Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp103 IndexCtx->setASTContext(Context); in Initialize()
244 IndexCtx.setASTContext(Unit.getASTContext()); in indexASTUnit()
259 IndexCtx.setASTContext(Ctx); in indexTopLevelDecls()
282 IndexCtx.setASTContext(Ctx); in indexModuleFile()
H A DIndexingContext.h50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } in setASTContext() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h52 void setASTContext(ASTContext &Context) { AST = &Context; } in setASTContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp92 Instance.setASTContext(&CI.getASTContext()); in onBodySynthesis()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp284 IndirectCI.getCompilerInstance().setASTContext(AST.release()); in BuildIndirect()
311 CI.getCompilerInstance().setASTContext(AST.release()); in Parse()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp307 DataConsumer.setASTContext(Context); in Initialize()
358 DataConsumer->setASTContext(CI.getASTContext()); in CreateASTConsumer()
706 DataConsumer.setASTContext(Unit->getASTContext()); in clang_indexTranslationUnit_Impl()
H A DCXIndexDataConsumer.h343 void setASTContext(ASTContext &ctx);
H A DCXIndexDataConsumer.cpp411 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { in setASTContext() function in CXIndexDataConsumer
413 cxtu::getASTUnit(CXTU)->setASTContext(&ctx); in setASTContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h472 void setASTContext(ASTContext *Value);
H A DASTUnit.h442 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp666 CI.setASTContext(&AST->getASTContext()); in BeginSourceFile()
996 CI.setASTContext(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp172 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance
556 setASTContext(Context); in createASTContext()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp394 Context.setASTContext(AST); in callback()