Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h250 llvm::DenseMap<const Type *, const Type *> ImportedTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8348 ImportedTypes.find(FromT); in Import()
8349 if (Pos != ImportedTypes.end()) in Import()
8359 ImportedTypes[FromT] = ToTOrErr->getTypePtr(); in Import()
9521 ImportedTypes.find(From.getTypePtr()); in IsStructurallyEquivalent()
9522 if (Pos != ImportedTypes.end()) { in IsStructurallyEquivalent()