Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h161 FormatToken *parseIfThenElse(IfStmtKind *IfKind, bool KeepBraces = false,
H A DUnwrappedLineParser.cpp1442 parseIfThenElse(IfKind, /*KeepBraces=*/false, /*IsVerilogAssert=*/true); in parseStructuralElement()
1497 FormatToken *Tok = parseIfThenElse(IfKind); in parseStructuralElement()
2752 FormatToken *UnwrappedLineParser::parseIfThenElse(IfStmtKind *IfKind, in parseIfThenElse() function in clang::format::UnwrappedLineParser
2881 ElseLeftBrace = parseIfThenElse(/*IfKind=*/nullptr, KeepIfBraces); in parseIfThenElse()