Searched refs:customAction (Results 1 – 4 of 4) sorted by relevance
164 Server.customAction(File, "Custom", [&](llvm::Expected<InputsAndAST> AST) { in runCustomAction()
150 Server.customAction(File, "DumpAST", [&](llvm::Expected<InputsAndAST> AST) { in dumpAST()
371 void customAction(PathRef File, llvm::StringRef Name,
992 void ClangdServer::customAction(PathRef File, llvm::StringRef Name, in customAction() function in clang::clangd::ClangdServer