Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h110 void parseLabel(bool LeftAlignLabel = false);
H A DUnwrappedLineParser.cpp1113 parseLabel(); in parseStructuralElement()
1459 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()
2264 void UnwrappedLineParser::parseLabel(bool LeftAlignLabel) { in parseLabel() function in clang::format::UnwrappedLineParser
2310 parseLabel(); in parseCaseLabel()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d3213 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