Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h164 int ConditionalsLevel; member
171 ConditionalsLevel); in indentAndNestingLevel()
H A DWhitespaceManager.cpp43 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) { in Change()
239 int ConditionalsLevel = 0; in calculateLineBreakInformation() local
248 ++ConditionalsLevel; in calculateLineBreakInformation()
252 Change.ConditionalsLevel = ConditionalsLevel; in calculateLineBreakInformation()
257 --ConditionalsLevel; in calculateLineBreakInformation()