Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp1638 static bool isAllmanBrace(const FormatToken &Tok) { in isAllmanBrace() function
1681 } else if (isAllmanBrace(Left) || isAllmanBrace(Right)) { in mustBreakBefore()