Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp377 parseStructuralElement(OpeningBrace, IfKind, &IfLBrace, in parseLevel()
437 parseStructuralElement(); in parseLevel()
460 parseStructuralElement(); in parseLevel()
900 parseStructuralElement(); in parseBlock()
1427 void UnwrappedLineParser::parseStructuralElement( in parseStructuralElement() function in clang::format::UnwrappedLineParser
2808 parseStructuralElement(); in parseUnbracedBody()
3103 parseStructuralElement(); in parseTryCatch()
3342 parseStructuralElement(); in parseDoWhile()
3370 parseStructuralElement(); in parseLabel()
3380 parseStructuralElement(); in parseLabel()
[all …]
H A DUnwrappedLineParser.h141 void parseStructuralElement(const FormatToken *OpeningBrace = nullptr,