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

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.h 50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; }
  /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/include/clang/Frontend/
ASTUnit.h 442 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 411 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) {
413 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 172 void CompilerInstance::setASTContext(ASTContext *Value) {
556 setASTContext(Context);

Completed in 20 milliseconds