Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h511 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/external/clang/tools/libclang/
DIndexingContext.cpp196 void IndexingContext::setASTContext(ASTContext &ctx) { in setASTContext() function in IndexingContext
/external/clang/lib/Frontend/
DCompilerInstance.cpp98 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance