Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp356 FormatToken *IfLBrace = nullptr; in parseLevel() local
375 auto ParseDefault = [this, OpeningBrace, IfKind, &IfLBrace, &HasDoWhile, in parseLevel()
377 parseStructuralElement(OpeningBrace, IfKind, &IfLBrace, in parseLevel()
424 *IfLeftBrace = IfLBrace; in parseLevel()
812 FormatToken *IfLBrace = nullptr; in parseBlock() local
813 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()
816 return IfLBrace; in parseBlock()
822 return IfLBrace; in parseBlock()
842 const bool HasRequiredIfBraces = IfLBrace && !IfLBrace->Optional; in parseBlock()
915 return IfLBrace; in parseBlock()
[all …]