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 159 CI.setASTContext(&AST->getASTContext());
264 CI.setASTContext(0);
324 CI.setASTContext(0);
CompilerInstance.cpp 88 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; }
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 127 IndexCtx.setASTContext(Context);
209 IndexCtx.setASTContext(CI.getASTContext());
IndexingContext.h 72 void setASTContext(ASTContext &ctx);
IndexingContext.cpp 31 void IndexingContext::setASTContext(ASTContext &ctx) {
33 static_cast<ASTUnit*>(CXTU->TUData)->setASTContext(&ctx);
  /external/clang/include/clang/Frontend/
CompilerInstance.h 355 /// setASTContext - Replace the current AST context.
356 void setASTContext(ASTContext *Value);
ASTUnit.h 453 void setASTContext(ASTContext *ctx) { Ctx = ctx; }

Completed in 680 milliseconds