Searched refs:parseLabel (Results 1 – 3 of 3) sorted by relevance
110 void parseLabel(bool LeftAlignLabel = false);
1113 parseLabel(); in parseStructuralElement()1459 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()2264 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser2310 parseLabel(); in parseCaseLabel()
3213 parseLabel(buf, iStart); in parseReferenceLink()3237 parseLabel(buf, iEnd); in parseReferenceDefinition()3278 private bool parseLabel(ref OutBuffer buf, ref size_t i) in parseLabel() function