Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h152 void parseLabel(bool LeftAlignLabel = false);
H A DUnwrappedLineParser.cpp1630 parseLabel(); in parseStructuralElement()
2062 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()
3155 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser
3201 parseLabel(); in parseCaseLabel()