Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h110 void parseLabel(bool LeftAlignLabel = false);
H A DUnwrappedLineParser.cpp1160 parseLabel(); in parseStructuralElement()
1517 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()
2342 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser
2388 parseLabel(); in parseCaseLabel()