Searched refs:getFromContext (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExternalASTMerger.cpp | 173 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()
|
D | ASTImporter.cpp | 1470 = 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/ |
D | ASTImporter.h | 259 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTImporter.h | 553 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1922 = 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/ |
D | ClangASTImporter.cpp | 1046 getFromContext().getExternalSource()); in Imported()
|