Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTImporter.h58 llvm::DenseMap<const Type *, const Type *> ImportedTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTImporter.h254 llvm::DenseMap<const Type *, const Type *> ImportedTypes; variable
/external/clang/lib/AST/
DASTImporter.cpp6056 = ImportedTypes.find(fromTy); in Import()
6057 if (Pos != ImportedTypes.end()) in Import()
6067 ImportedTypes[fromTy] = ToT.getTypePtr(); in Import()
6691 = ImportedTypes.find(From.getTypePtr()); in IsStructurallyEquivalent()
6692 if (Pos != ImportedTypes.end() && ToContext.hasSameType(Import(From), To)) in IsStructurallyEquivalent()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8076 = ImportedTypes.find(FromTy); in Import()
8077 if (Pos != ImportedTypes.end()) in Import()
8087 ImportedTypes[FromTy] = (*ToTOrErr).getTypePtr(); in Import()
9225 ImportedTypes.find(From.getTypePtr()); in IsStructurallyEquivalent()
9226 if (Pos != ImportedTypes.end()) { in IsStructurallyEquivalent()