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

  /external/clang/lib/Frontend/
CompilerInstance.cpp 79 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; }
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 198 void IndexingContext::setASTContext(ASTContext &ctx) {
200 static_cast<ASTUnit*>(CXTU->TUData)->setASTContext(&ctx);
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 445 void setASTContext(ASTContext *ctx) { Ctx = ctx; }

Completed in 89 milliseconds