Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h52 void setASTContext(ASTContext &Context) { AST = &Context; } in setASTContext() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h445 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp176 void CompilerInstance::setASTContext(ASTContext *Value) { in setASTContext() function in CompilerInstance