Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h163 typedef llvm::DenseMap<const Type *, struct TypeInfo> TypeInfoMap; typedef
/external/llvm-project/clang/include/clang/AST/
DASTContext.h266 using TypeInfoMap = llvm::DenseMap<const Type *, struct TypeInfo>; variable