Home
last modified time | relevance | path

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

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