Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DTrace.cpp208 assert(!needsQuote(Metric.Name)); in record()
210 if (needsQuote(Label)) in record()
234 static bool needsQuote(llvm::StringRef Text) { in needsQuote() function in clang::clangd::trace::__anonf4523cc60111::CSVMetricTracer