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.cpp362 FormatToken *IfLBrace = nullptr; in parseLevel() local
381 auto ParseDefault = [this, OpeningBrace, IfKind, &IfLBrace, &HasDoWhile, in parseLevel()
383 parseStructuralElement(OpeningBrace, IfKind, &IfLBrace, in parseLevel()
430 *IfLeftBrace = IfLBrace; in parseLevel()
817 FormatToken *IfLBrace = nullptr; in parseBlock() local
818 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()
821 return IfLBrace; in parseBlock()
827 return IfLBrace; in parseBlock()
847 const bool HasRequiredIfBraces = IfLBrace && !IfLBrace in parseBlock()
2912 FormatToken *IfLBrace = parseIfThenElse() local
[all...]