Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h162 void parseLabel(bool LeftAlignLabel = false);
H A DUnwrappedLineParser.cpp1545 parseLabel(); in parseStructuralElement()
1551 parseLabel(); in parseStructuralElement()
1700 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()
3345 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser
3402 parseLabel(); in parseCaseLabel()