Searched defs:getAST (Results 1 – 4 of 4) sorted by relevance
33 ASTUnit *getAST() const { return AST.get(); } in getAST() function
87 getAST(const std::unique_ptr<CompilationDatabase> &CommonCompilations, in getAST() function
205 ExpressionAST *getAST() const { return AST.get(); } in getAST() function
1052 void ClangdServer::getAST(PathRef File, std::optional<Range> R, getAST() function in clang::clangd::ClangdServer