Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl()
205 << ", (ASTContext*)" << (void*)&getFromContext() in Imported()
221 << ", (ASTContext*)" << (void*)&getFromContext() in Imported()
223 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported()
254 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin()
269 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin()
285 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC()
427 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
H A DASTImporter.cpp2641 import(Importer.getFromContext().getTypeDeclType(From)); in ImportDefinition()
2708 Importer.getToContext().getLangOpts(), Importer.getFromContext(), in IsStructuralMatch()
4108 FromReturnTy = Importer.getFromContext().VoidTy; in VisitFunctionDecl()
4123 FromTy = Importer.getFromContext().getFunctionType( in VisitFunctionDecl()
4125 FromTSI = Importer.getFromContext().getTrivialTypeSourceInfo( in VisitFunctionDecl()
5437 Importer.getFromContext().getInstantiatedFromUsingDecl(D)) { in VisitUsingDecl()
5475 Importer.getFromContext().getInstantiatedFromUsingEnumDecl(D)) { in VisitUsingEnumDecl()
5533 Importer.getFromContext().getInstantiatedFromUsingShadowDecl(D)) { in VisitUsingShadowDecl()
6241 if (auto *CanonD = Importer.getFromContext() in VisitTemplateTemplateParmDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h536 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1299 getFromContext().getExternalSource()); in Imported()