Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h222 llvm::DenseMap<const Type *, const Type *> ImportedTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8493 ImportedTypes.find(FromT); in Import()
8494 if (Pos != ImportedTypes.end()) in Import()
8504 ImportedTypes[FromT] = ToTOrErr->getTypePtr(); in Import()
9902 ImportedTypes.find(From.getTypePtr()); in IsStructurallyEquivalent()
9903 if (Pos != ImportedTypes.end()) { in IsStructurallyEquivalent()