Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h139 void parseLabel(bool LeftAlignLabel = false);
H A DUnwrappedLineParser.cpp1532 parseLabel(); in parseStructuralElement()
1924 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()
2962 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser
3008 parseLabel(); in parseCaseLabel()