Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h113 llvm::DenseMap<const Type *, const Type *> ImportedTypes; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp7693 = ImportedTypes.find(FromTy); in Import()
7694 if (Pos != ImportedTypes.end()) in Import()
7706 ImportedTypes[FromTy] = (*ToTOrErr).getTypePtr(); in Import()
8505 = ImportedTypes.find(From.getTypePtr()); in IsStructurallyEquivalent()
8506 if (Pos != ImportedTypes.end() && ToContext.hasSameType(Import(From), To)) in IsStructurallyEquivalent()