Home
last modified time | relevance | path

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

/llvm-project/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/clang-tools-extra/clangd/
H A DJSONTransport.cpp112 ThreadCrashReporter ScopedReporter([&JSON]() { in loop() local
H A DTUScheduler.cpp1078 ThreadCrashReporter ScopedReporter([&Inputs]() { build() local
1318 ThreadCrashReporter ScopedReporter([this, Name]() { runTask() local
1787 ThreadCrashReporter ScopedReporter([&Name, &Contents, &Command]() { runWithPreamble() local