Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h250 llvm::DenseMap<const Type *, const Type *> ImportedTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8219 ImportedTypes.find(FromT); in Import()
8220 if (Pos != ImportedTypes.end()) in Import()
8230 ImportedTypes[FromT] = ToTOrErr->getTypePtr(); in Import()
9392 ImportedTypes.find(From.getTypePtr()); in IsStructurallyEquivalent()
9393 if (Pos != ImportedTypes.end()) { in IsStructurallyEquivalent()