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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h52 void setASTContext(ASTContext &Context) { AST = &Context; } function in class:clang::tooling::RefactoringRuleContext
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp103 IndexCtx->setASTContext(Context);
244 IndexCtx.setASTContext(Unit.getASTContext());
259 IndexCtx.setASTContext(Ctx);
282 IndexCtx.setASTContext(Ctx);
H A DIndexingContext.h50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } function in class:clang::index::IndexingContext
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp92 Instance.setASTContext(&CI.getASTContext());
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp284 IndirectCI.getCompilerInstance().setASTContext(AST.release());
311 CI.getCompilerInstance().setASTContext(AST.release());
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp307 DataConsumer.setASTContext(Context);
358 DataConsumer->setASTContext(CI.getASTContext());
706 DataConsumer.setASTContext(Unit->getASTContext());
H A DCXIndexDataConsumer.h343 void setASTContext(ASTContext &ctx);
H A DCXIndexDataConsumer.cpp411 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { function in class:CXIndexDataConsumer
413 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h471 /// setASTContext - Replace the current AST context.
472 void setASTContext(ASTContext *Value);
H A DASTUnit.h442 void setASTContext(ASTContext *ctx) { Ctx = ctx; } function in class:clang::ASTUnit
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp666 CI.setASTContext(&AST->getASTContext());
996 CI.setASTContext(nullptr);
H A DCompilerInstance.cpp172 void CompilerInstance::setASTContext(ASTContext *Value) { function in class:CompilerInstance
556 setASTContext(Context);
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp394 Context.setASTContext(AST);

Completed in 287 milliseconds