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
250 ExpressionAST *getAST() const { return AST.get(); } in getAST() function
776 void ClangdServer::getAST(PathRef File, Range R, in getAST() function in clang::clangd::ClangdServer