Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2402 auto PutInQuotes = [](StringRef S) -> std::string { in listVariableGroupAsString() local
2412 return PutInQuotes(VarNames[0]); in listVariableGroupAsString()
2415 return PutInQuotes(VarNames[0]) + " and " + PutInQuotes(VarNames[1]); in listVariableGroupAsString()
2423 AllVars.append(PutInQuotes(VarNames[I]) + ", "); in listVariableGroupAsString()
2424 AllVars.append(PutInQuotes(VarNames[N]) + ", and " + in listVariableGroupAsString()
2425 PutInQuotes(VarNames[N + 1])); in listVariableGroupAsString()