Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp318 CurrentChange.indentAndNestingLevel() < in AlignTokenSequence()
319 Changes[ScopeStack.back()].indentAndNestingLevel()) { in AlignTokenSequence()
330 if (i != Start && CurrentChange.indentAndNestingLevel() > in AlignTokenSequence()
331 Changes[PreviousNonComment].indentAndNestingLevel()) { in AlignTokenSequence()
556 ? Changes[StartAt].indentAndNestingLevel()
594 if (CurrentChange.indentAndNestingLevel() < IndentAndNestingLevel)
627 } else if (CurrentChange.indentAndNestingLevel() > IndentAndNestingLevel) {
H A DWhitespaceManager.h169 std::tuple<unsigned, unsigned, unsigned> indentAndNestingLevel() const { in indentAndNestingLevel() function