reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  348     void operator()(llvm::Expected<llvm::json::Value> Reply) {
tools/clang/tools/extra/clangd/index/BackgroundIndexStorage.cpp
  115   BackgroundIndexStorage *operator()(PathRef File) {
unittests/ADT/FunctionExtrasTest.cpp
  109     int operator()(int B) { return *A + B; }
  123     int operator()() { return *A + *B + *C + *D + *E; }