Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h169 int ConditionalsLevel; member
176 ConditionalsLevel); in indentAndNestingLevel()
H A DWhitespaceManager.cpp45 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) { in Change()
248 int ConditionalsLevel = 0; in calculateLineBreakInformation() local
257 ++ConditionalsLevel; in calculateLineBreakInformation()
261 Change.ConditionalsLevel = ConditionalsLevel; in calculateLineBreakInformation()
265 --ConditionalsLevel; in calculateLineBreakInformation()