Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h222 llvm::DenseMap<const Type *, const Type *> ImportedTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9067 ImportedTypes.find(FromT); in Import()
9068 if (Pos != ImportedTypes.end()) in Import()
9078 ImportedTypes[FromT] = ToTOrErr->getTypePtr(); in Import()
10490 ImportedTypes.find(From.getTypePtr()); in IsStructurallyEquivalent()
10491 if (Pos != ImportedTypes.end()) { in IsStructurallyEquivalent()