Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h52 void setASTContext(ASTContext &Context) { AST = &Context; } in setASTContext() function
/llvm-project/clang/lib/Index/
H A DIndexingContext.h50 void setASTContext(ASTContext &ctx) { Ctx = &ctx; } in setASTContext() function
/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h445 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp251 void ClangTidyContext::setASTContext(ASTContext *Context) { in setASTContext() function in ClangTidyContext
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp417 void CXIndexDataConsumer::setASTContext(ASTContext &ctx) { in setASTContext() function in CXIndexDataConsumer
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp176 void CompilerInstance::setASTContext(ASTContext *Value) { setASTContext() function in CompilerInstance