Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp2600 if (Keywords.isBlockBegin(*FormatTok, Style)) { in parseIfThenElse()
2633 if (Keywords.isBlockBegin(*FormatTok, Style)) { in parseIfThenElse()
2900 if (Keywords.isBlockBegin(*FormatTok, Style)) { in parseLoopBody()
H A DFormatToken.h1728 bool isBlockBegin(const FormatToken &Tok, const FormatStyle &Style) const { in isBlockBegin() function