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

/external/clang/include/clang/Frontend/
H A DASTUnit.h455 void setASTContext(ASTContext *ctx) { Ctx = ctx; } function in class:clang::ASTUnit
/external/clang/tools/libclang/
H A DIndexingContext.cpp198 void IndexingContext::setASTContext(ASTContext &ctx) { function in class:IndexingContext
200 static_cast<ASTUnit*>(CXTU->TUData)->setASTContext(&ctx);
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp79 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; } function in class:CompilerInstance

Completed in 79 milliseconds