Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexingContext.h49 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } in setASTContext() function
/external/clang/include/clang/Frontend/
DASTUnit.h511 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp100 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp408 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { in setASTContext() function in CXIndexDataConsumer