Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp203 bool AddComma = false; in check()
226 AddComma = true; in check()
289 AddComma ? "), " : ")"}); in check()
205 bool AddComma = false; check() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp533 bool AddComma = false; in encodeTemplateArguments() local
535 if (AddComma) in encodeTemplateArguments()
538 AddComma = true; in encodeTemplateArguments()
1944 bool AddComma = false; in resolveExtra() local
1950 if (AddComma) in resolveExtra()
1953 AddComma = true; in resolveExtra()