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.h161 void parseLabel(bool LeftAlignLabel = false);
H A DUnwrappedLineParser.cpp1541 parseLabel(); in parseStructuralElement()
1547 parseLabel(); in parseStructuralElement()
1687 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()
3269 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser
3326 parseLabel(); in parseCaseLabel()
4513 // indented relative to things outside. We don't use parseLabel because we in parseVerilogCaseLabel()