Home
last modified time | relevance | path

Searched refs:getFromContext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExternalASTMerger.cpp173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl()
208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported()
226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported()
228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported()
259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin()
274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin()
290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC()
432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
DASTImporter.cpp1470 = Importer.getFromContext().getCanonicalType(QualType(T, 0)); in VisitTemplateSpecializationType()
2051 import(Importer.getFromContext().getTypeDeclType(From)); in ImportDefinition()
2110 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch()
2127 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch()
2138 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch()
2152 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch()
2160 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch()
2168 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch()
2186 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch()
2195 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch()
[all …]
/external/clang/include/clang/AST/
DASTImporter.h259 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
/external/llvm-project/clang/include/clang/AST/
DASTImporter.h553 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
/external/clang/lib/AST/
DASTImporter.cpp1922 = Importer.getFromContext().getCanonicalType(QualType(T, 0)); in VisitTemplateSpecializationType()
2232 QualType T = Importer.Import(Importer.getFromContext().getTypeDeclType(From)); in ImportDefinition()
2368 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch()
2378 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch()
2384 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch()
2403 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch()
2411 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch()
3015 FromTy = Importer.getFromContext().getFunctionType( in VisitFunctionDecl()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp1046 getFromContext().getExternalSource()); in Imported()