Home
last modified time | relevance | path

Searched defs:OutgoingMethod (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DFeatureModule.h138 using OutgoingMethod = llvm::unique_function<void(const P &, Callback<R>)>; variable
H A DLSPBinder.h81 using OutgoingMethod = llvm::unique_function<void(const P &, Callback<R>)>; variable