Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h155 FormatToken *parseIfThenElse(IfStmtKind *IfKind, bool KeepBraces = false,
H A DUnwrappedLineParser.cpp1446 parseIfThenElse(IfKind, /*KeepBraces=*/false, /*IsVerilogAssert=*/true); in parseStructuralElement()
1500 FormatToken *Tok = parseIfThenElse(IfKind); in parseStructuralElement()
2810 FormatToken *UnwrappedLineParser::parseIfThenElse(IfStmtKind *IfKind, in parseIfThenElse() function in clang::format::UnwrappedLineParser
2939 ElseLeftBrace = parseIfThenElse(/*IfKind=*/nullptr, KeepIfBraces); in parseIfThenElse()