Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h167 void parseLabel(bool LeftAlignLabel = false);
H A DUnwrappedLineParser.cpp1537 parseLabel(); in parseStructuralElement()
1676 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()
3206 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser
3256 parseLabel(); in parseCaseLabel()