Home
last modified time | relevance | path

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

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