Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h169 int ConditionalsLevel; member
176 ConditionalsLevel); in indentAndNestingLevel()
H A DWhitespaceManager.cpp50 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) { in Change()
254 int ConditionalsLevel = 0; in calculateLineBreakInformation() local
263 ++ConditionalsLevel; in calculateLineBreakInformation()
267 Change.ConditionalsLevel = ConditionalsLevel; in calculateLineBreakInformation()
271 --ConditionalsLevel; in calculateLineBreakInformation()