Home
last modified time | relevance | path

Searched defs:hasASTContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h489 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function