Searched defs:callMethod (Results 1 – 4 of 4) sorted by relevance
4 void callMethod(CreateFunction createFunction) { in callMethod() function
158 extern void callMethod(id obj, Class cls); function161 void callMethod(id obj, Class cls) { function
46 void callMethod(llvm::StringRef Method, llvm::json::Value Params, in callMethod() function
460 void ClangdLSPServer::callMethod(StringRef Method, llvm::json::Value Params, callMethod() function in clang::clangd::ClangdLSPServer