Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
HDRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/freebsd-head/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h513 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function