Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h124 IfStmtKind *IfKind = nullptr,
130 bool KeepBraces = true, IfStmtKind *IfKind = nullptr,
142 IfStmtKind *IfKind = nullptr,
155 FormatToken *parseIfThenElse(IfStmtKind *IfKind, bool KeepBraces = false,
H A DUnwrappedLineParser.cpp351 /// \param IfKind The \p if statement kind in the level.
356 IfStmtKind *IfKind, in parseLevel() argument
381 auto ParseDefault = [this, OpeningBrace, IfKind, &IfLBrace, &HasDoWhile, in parseLevel()
383 parseStructuralElement(OpeningBrace, IfKind, &IfLBrace, in parseLevel()
749 IfStmtKind *IfKind, in parseBlock() argument
818 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()
1421 const FormatToken *OpeningBrace, IfStmtKind *IfKind, in parseStructuralElement() argument
1446 parseIfThenElse(IfKind, /*KeepBraces=*/false, /*IsVerilogAssert=*/true); in parseStructuralElement()
1500 FormatToken *Tok = parseIfThenElse(IfKind); in parseStructuralElement()
2810 FormatToken *UnwrappedLineParser::parseIfThenElse(IfStmtKind *IfKind, in parseIfThenElse() argument
[all...]