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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h164 int ConditionalsLevel; member in struct:clang::format::WhitespaceManager::Change
171 ConditionalsLevel);
H A DWhitespaceManager.cpp43 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) {
239 int ConditionalsLevel = 0; local
248 ++ConditionalsLevel;
252 Change.ConditionalsLevel = ConditionalsLevel;
257 --ConditionalsLevel;

Completed in 110 milliseconds