HomeSort by: relevance | last modified time | path
    Searched refs:setASTContext (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 52 void setASTContext(ASTContext &Context) { AST = &Context; }
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingAction.cpp 103 IndexCtx->setASTContext(Context);
244 IndexCtx.setASTContext(Unit.getASTContext());
259 IndexCtx.setASTContext(Ctx);
282 IndexCtx.setASTContext(Ctx);
IndexingContext.h 50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 92 Instance.setASTContext(&CI.getASTContext());
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 284 IndirectCI.getCompilerInstance().setASTContext(AST.release());
311 CI.getCompilerInstance().setASTContext(AST.release());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 307 DataConsumer.setASTContext(Context);
358 DataConsumer->setASTContext(CI.getASTContext());
706 DataConsumer.setASTContext(Unit->getASTContext());
CXIndexDataConsumer.h 343 void setASTContext(ASTContext &ctx);
CXIndexDataConsumer.cpp 411 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) {
413 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 471 /// setASTContext - Replace the current AST context.
472 void setASTContext(ASTContext *Value);
ASTUnit.h 442 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 666 CI.setASTContext(&AST->getASTContext());
996 CI.setASTContext(nullptr);
CompilerInstance.cpp 172 void CompilerInstance::setASTContext(ASTContext *Value) {
556 setASTContext(Context);
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 394 Context.setASTContext(AST);

Completed in 73 milliseconds