Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h52 void setASTContext(ASTContext &Context) { AST = &Context; } in setASTContext() function
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.h50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } in setASTContext() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h442 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp411 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { in setASTContext() function in CXIndexDataConsumer
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp172 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance