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

  /external/clang/lib/Frontend/
FrontendAction.cpp 200 CI.setASTContext(&AST->getASTContext());
350 CI.setASTContext(0);
414 CI.setASTContext(0);
CompilerInstance.cpp 87 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; }
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 387 /// setASTContext - Replace the current AST context.
388 void setASTContext(ASTContext *Value);
ASTUnit.h 456 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 348 void setASTContext(ASTContext &ctx);
Indexing.cpp 320 IndexCtx.setASTContext(Context);
436 IndexCtx.setASTContext(CI.getASTContext());
    [all...]
IndexingContext.cpp 197 void IndexingContext::setASTContext(ASTContext &ctx) {
199 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
    [all...]

Completed in 661 milliseconds