Home
last modified time | relevance | path

Searched refs:ScopedReporter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DThreadCrashReporterTests.cpp41 ThreadCrashReporter ScopedReporter([&Called]() { Called = true; }); in TEST() local
61 ThreadCrashReporter ScopedReporter([&Order] { Order.push_back('a'); }); in TEST() local
63 ThreadCrashReporter ScopedReporter([&Order] { Order.push_back('b'); }); in TEST() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DJSONTransport.cpp112 ThreadCrashReporter ScopedReporter([&JSON]() { in loop() local
H A DTUScheduler.cpp1060 ThreadCrashReporter ScopedReporter([&Inputs]() { in build() local
1293 ThreadCrashReporter ScopedReporter([this, Name]() { in runTask() local
1760 ThreadCrashReporter ScopedReporter([&Name, &Contents, &Command]() { in runWithPreamble() local