Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp122 IndexCtx->setASTContext(Context); in Initialize()
263 IndexCtx.setASTContext(Unit.getASTContext()); in indexASTUnit()
278 IndexCtx.setASTContext(Ctx); in indexTopLevelDecls()
301 IndexCtx.setASTContext(Ctx); in indexModuleFile()
/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/include/clang/Frontend/
H A DCompilerInstance.h531 void setASTContext(ASTContext *Value);
H A DASTUnit.h445 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp715 CI.setASTContext(&AST->getASTContext()); in BeginSourceFile()
1123 CI.setASTContext(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp176 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance
556 setASTContext(Context); in createASTContext()