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

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

Completed in 184 milliseconds