Home
last modified time | relevance | path

Searched refs:ASTParams (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h97 void onAST(const ASTParams &, Callback<llvm::Optional<ASTNode>>);
H A DProtocol.h1813 struct ASTParams { struct
1822 bool fromJSON(const llvm::json::Value &, ASTParams &, llvm::json::Path); argument
H A DProtocol.cpp1472 bool fromJSON(const llvm::json::Value &Params, ASTParams &R, in fromJSON()
H A DClangdLSPServer.cpp1548 void ClangdLSPServer::onAST(const ASTParams &Params, in onAST()