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

  /external/clang/tools/libclang/
IndexingContext.cpp 196 void IndexingContext::setASTContext(ASTContext &ctx) {
198 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 507 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 98 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; }
    [all...]

Completed in 339 milliseconds