Home
last modified time | relevance | path

Searched refs:TypeInfoMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h293 using TypeInfoMap = llvm::DenseMap<const Type *, struct TypeInfo>; variable
294 mutable TypeInfoMap MemoizedTypeInfo;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1929 TypeInfoMap::iterator I = MemoizedTypeInfo.find(T); in getTypeInfo()