Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h147 FormatToken *parseIfThenElse(IfStmtKind *IfKind, bool KeepBraces = false);
H A DUnwrappedLineParser.cpp1591 FormatToken *Tok = parseIfThenElse(IfKind); in parseStructuralElement()
2763 FormatToken *UnwrappedLineParser::parseIfThenElse(IfStmtKind *IfKind, in parseIfThenElse() function in clang::format::UnwrappedLineParser
2853 ElseLeftBrace = parseIfThenElse(/*IfKind=*/nullptr, KeepIfBraces); in parseIfThenElse()