Searched defs:setASTContext (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DASTUnit.h457 void setASTContext(ASTContext *ctx) { Ctx = ctx; } function in class:clang::ASTUnit
/external/clang/tools/libclang/
H A DIndexingContext.cpp197 void IndexingContext::setASTContext(ASTContext &ctx) { function in class:IndexingContext
199 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp90 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; } function in class:CompilerInstance

Completed in 179 milliseconds