Home
last modified time | relevance | path

Searched refs:setASTContext (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp120 IndexCtx->setASTContext(Context); in Initialize()
261 IndexCtx.setASTContext(Unit.getASTContext()); in indexASTUnit()
276 IndexCtx.setASTContext(Ctx); in indexTopLevelDecls()
299 IndexCtx.setASTContext(Ctx); in indexModuleFile()
H A DIndexingContext.h55 void setASTContext(ASTContext &ctx);
H A DIndexingContext.cpp35 void IndexingContext::setASTContext(ASTContext &ctx) { in setASTContext() function in IndexingContext
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h52 void setASTContext(ASTContext &Context) { AST = &Context; } in setASTContext() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp90 Instance.setASTContext(&CI.getASTContext()); in onBodySynthesis()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h457 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
H A DCompilerInstance.h517 void setASTContext(ASTContext *Value);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp863 CI.setASTContext(&AST->getASTContext()); in BeginSourceFile()
1268 CI.setASTContext(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp175 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance
556 setASTContext(Context); in createASTContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc923 …Instance13setASTContextEPNS_10ASTContextE", "clang::CompilerInstance::setASTContext(clang::ASTCont…