Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp383 parseStructuralElement(OpeningBrace, IfKind, &IfLBrace, in parseLevel()
443 parseStructuralElement(); in parseLevel()
466 parseStructuralElement(); in parseLevel()
905 parseStructuralElement(); in parseBlock()
1420 void UnwrappedLineParser::parseStructuralElement( in parseStructuralElement() function in clang::format::UnwrappedLineParser
2743 parseStructuralElement(); in parseUnbracedBody()
3038 parseStructuralElement(); in parseTryCatch()
3266 parseStructuralElement(); in parseDoWhile()
3294 parseStructuralElement(); in parseLabel()
3304 parseStructuralElement(); in parseLabel()
[all …]
H A DUnwrappedLineParser.h141 void parseStructuralElement(const FormatToken *OpeningBrace = nullptr,