HomeSort by relevance Sort by last modified time
    Searched defs:NestingLevel (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
WhitespaceManager.cpp 200 // FIXME: This could use FormatToken::NestingLevel information, but there is
203 unsigned NestingLevel = 0;
248 --NestingLevel;
254 NestingLevelOfLastMatch = std::min(NestingLevelOfLastMatch, NestingLevel);
255 ++NestingLevel;
265 NestingLevel != NestingLevelOfLastMatch)
269 NestingLevelOfLastMatch = NestingLevel;
FormatToken.h 220 unsigned NestingLevel = 0;
419 (!Style.Cpp11BracedListStyle && NestingLevel == 0)));

Completed in 66 milliseconds