HomeSort by relevance Sort by last modified time
    Searched refs:setASTContext (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/Index/
IndexingAction.cpp 52 IndexCtx.setASTContext(Context);
173 IndexCtx.setASTContext(Unit.getASTContext());
IndexingContext.h 49 void setASTContext(ASTContext &ctx) { Ctx = &ctx; }
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 94 Instance.setASTContext(&CI.getASTContext());
  /external/clang/lib/Frontend/
FrontendAction.cpp 227 CI.setASTContext(&AST->getASTContext());
436 CI.setASTContext(nullptr);
496 CI.setASTContext(nullptr);
CompilerInstance.cpp 100 void CompilerInstance::setASTContext(ASTContext *Value) {
404 setASTContext(Context);
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 292 DataConsumer.setASTContext(Context);
371 DataConsumer->setASTContext(CI.getASTContext());
676 DataConsumer->setASTContext(Unit->getASTContext());
    [all...]
CXIndexDataConsumer.h 345 void setASTContext(ASTContext &ctx);
  /external/clang/include/clang/Frontend/
CompilerInstance.h 462 /// setASTContext - Replace the current AST context.
463 void setASTContext(ASTContext *Value);
ASTUnit.h 511 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 468 /// setASTContext - Replace the current AST context.
469 void setASTContext(ASTContext *Value);
ASTUnit.h 505 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]

Completed in 982 milliseconds

1 2