Home
last modified time | relevance | path

Searched defs:getAST (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/unittests/Analysis/
H A DCFGBuildResult.h33 ASTUnit *getAST() const { return AST.get(); } in getAST() function
/llvm-project/clang/tools/clang-diff/
H A DClangDiff.cpp87 getAST(const std::unique_ptr<CompilationDatabase> &CommonCompilations, in getAST() function
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h205 ExpressionAST *getAST() const { return AST.get(); } in getAST() function
/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.cpp1052 void ClangdServer::getAST(PathRef File, std::optional<Range> R, getAST() function in clang::clangd::ClangdServer