Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/external/clang/include/clang/Frontend/
DCompilerInstance.h450 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h460 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function