| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 122 IndexCtx->setASTContext(Context); in Initialize() 263 IndexCtx.setASTContext(Unit.getASTContext()); in indexASTUnit() 278 IndexCtx.setASTContext(Ctx); in indexTopLevelDecls() 301 IndexCtx.setASTContext(Ctx); in indexModuleFile()
|
| H A D | IndexingContext.h | 50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } in setASTContext() function
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringRuleContext.h | 52 void setASTContext(ASTContext &Context) { AST = &Context; } in setASTContext() function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 92 Instance.setASTContext(&CI.getASTContext()); in onBodySynthesis()
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 286 IndirectCI.getCompilerInstance().setASTContext(AST.release()); in BuildIndirect() 313 CI.getCompilerInstance().setASTContext(AST.release()); in Parse()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyDiagnosticConsumer.h | 132 void setASTContext(ASTContext *Context);
|
| H A D | ClangTidy.cpp | 395 Context.setASTContext(&Compiler.getASTContext()); in createASTConsumer()
|
| H A D | ClangTidyDiagnosticConsumer.cpp | 232 void ClangTidyContext::setASTContext(ASTContext *Context) { in setASTContext() function in ClangTidyContext
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | Indexing.cpp | 307 DataConsumer.setASTContext(Context); in Initialize() 358 DataConsumer->setASTContext(CI.getASTContext()); in CreateASTConsumer() 709 DataConsumer.setASTContext(Unit->getASTContext()); in clang_indexTranslationUnit_Impl()
|
| H A D | CXIndexDataConsumer.h | 342 void setASTContext(ASTContext &ctx);
|
| H A D | CXIndexDataConsumer.cpp | 416 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { in setASTContext() function in CXIndexDataConsumer 418 cxtu::getASTUnit(CXTU)->setASTContext(&ctx); in setASTContext()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | ClangTidyTest.h | 61 Context.setASTContext(&Compiler.getASTContext());
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 473 void setASTContext(ASTContext *Value);
|
| H A D | ASTUnit.h | 442 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 697 CI.setASTContext(&AST->getASTContext()); in BeginSourceFile() 1082 CI.setASTContext(nullptr); in EndSourceFile()
|
| H A D | CompilerInstance.cpp | 174 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance 558 setASTContext(Context); in createASTContext()
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 394 Context.setASTContext(AST); in callback()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ParsedAST.cpp | 480 CTContext->setASTContext(&Clang->getASTContext()); in build()
|