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

  /external/clang/lib/Format/
WhitespaceManager.cpp 212 // FIXME: This could use FormatToken::NestingLevel information, but there is
215 unsigned NestingLevel = 0;
260 --NestingLevel;
266 NestingLevelOfLastMatch = std::min(NestingLevelOfLastMatch, NestingLevel);
267 ++NestingLevel;
277 NestingLevel != NestingLevelOfLastMatch)
281 NestingLevelOfLastMatch = NestingLevel;
ContinuationIndenter.cpp 120 State.LowestLevelOnLine < Current.NestingLevel)
159 (Previous.NestingLevel == 1 || Style.BinPackParameters)) ||
189 Current.NestingLevel < State.StartOfLineLevel))
197 Previous.is(tok::comma) || Current.NestingLevel < 2) &&
237 if (Current.NestingLevel == 0 && !Current.isTrailingComment()) {
317 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) &&
452 // The first line break on any NestingLevel causes an extra penalty in order
483 Current.NestingLevel != 0 || !PreviousNonComment ||
516 // Thus, we set LastSpace of the next higher NestingLevel, to which we move
529 Current.NestingLevel == 0
    [all...]
FormatToken.h 221 unsigned NestingLevel = 0;
434 (!Style.Cpp11BracedListStyle && NestingLevel == 0)));
FormatToken.cpp 227 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19)
TokenAnnotator.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 7315 milliseconds