Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp77 IndexCtx->setASTContext(Context); in Initialize()
187 IndexCtx.setASTContext(Unit.getASTContext()); in indexASTUnit()
202 IndexCtx.setASTContext(Ctx); in indexTopLevelDecls()
225 IndexCtx.setASTContext(Ctx); in indexModuleFile()
DIndexingContext.h50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } in setASTContext() function
/external/clang/lib/Index/
DIndexingAction.cpp52 IndexCtx.setASTContext(Context); in Initialize()
173 IndexCtx.setASTContext(Unit.getASTContext()); in indexASTUnit()
DIndexingContext.h49 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } in setASTContext() function
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h52 void setASTContext(ASTContext &Context) { AST = &Context; } in setASTContext() function
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp94 Instance.setASTContext(&CI.getASTContext()); in onBodySynthesis()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp92 Instance.setASTContext(&CI.getASTContext()); in onBodySynthesis()
/external/clang/lib/Frontend/
DFrontendAction.cpp227 CI.setASTContext(&AST->getASTContext()); in BeginSourceFile()
436 CI.setASTContext(nullptr); in BeginSourceFile()
496 CI.setASTContext(nullptr); in EndSourceFile()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h119 void setASTContext(ASTContext *Context);
DClangTidy.cpp385 Context.setASTContext(&Compiler.getASTContext()); in CreateASTConsumer()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp284 IndirectCI.getCompilerInstance().setASTContext(AST.release()); in BuildIndirect()
310 CI.getCompilerInstance().setASTContext(AST.release()); in Parse()
/external/clang/tools/libclang/
DIndexing.cpp292 DataConsumer.setASTContext(Context); in Initialize()
371 DataConsumer->setASTContext(CI.getASTContext()); in CreateASTConsumer()
676 DataConsumer->setASTContext(Unit->getASTContext()); in clang_indexTranslationUnit_Impl()
DCXIndexDataConsumer.h345 void setASTContext(ASTContext &ctx);
DCXIndexDataConsumer.cpp408 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { in setASTContext() function in CXIndexDataConsumer
410 cxtu::getASTUnit(CXTU)->setASTContext(&ctx); in setASTContext()
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp307 DataConsumer.setASTContext(Context); in Initialize()
358 DataConsumer->setASTContext(CI.getASTContext()); in CreateASTConsumer()
706 DataConsumer.setASTContext(Unit->getASTContext()); in clang_indexTranslationUnit_Impl()
DCXIndexDataConsumer.h343 void setASTContext(ASTContext &ctx);
DCXIndexDataConsumer.cpp411 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { in setASTContext() function in CXIndexDataConsumer
413 cxtu::getASTUnit(CXTU)->setASTContext(&ctx); in setASTContext()
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DClangTidyTest.h61 Context.setASTContext(&Compiler.getASTContext());
/external/clang/include/clang/Frontend/
DCompilerInstance.h463 void setASTContext(ASTContext *Value);
DASTUnit.h511 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h473 void setASTContext(ASTContext *Value);
DASTUnit.h442 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp664 CI.setASTContext(&AST->getASTContext()); in BeginSourceFile()
994 CI.setASTContext(nullptr); in EndSourceFile()
/external/llvm-project/clang/tools/clang-refactor/
DClangRefactor.cpp394 Context.setASTContext(AST); in callback()
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp306 CTContext->setASTContext(&Clang->getASTContext()); in build()

12