HomeSort by relevance Sort by last modified time
    Searched refs:NestingLevel (Results 1 - 7 of 7) 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;
ContinuationIndenter.cpp 114 State.LowestLevelOnLine < Current.NestingLevel)
178 Previous.is(tok::comma) || Current.NestingLevel < 2) &&
218 if (Current.NestingLevel == 0 && !Current.isTrailingComment()) {
296 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) &&
419 // The first line break on any NestingLevel causes an extra penalty in order
448 Current.NestingLevel != 0 || !PreviousNonComment->is(tok::equal) ||
480 // Thus, we set LastSpace of the next higher NestingLevel, to which we move
493 Current.NestingLevel == 0)
511 State.StartOfLineLevel = Current.NestingLevel;
512 State.LowestLevelOnLine = Current.NestingLevel;
    [all...]
FormatToken.h 220 unsigned NestingLevel = 0;
419 (!Style.Cpp11BracedListStyle && NestingLevel == 0)));
FormatToken.cpp 216 if (Token->NestingLevel != 0 || Commas.size() < 5 || HasSeparatingComment)
TokenAnnotator.cpp 782 CurrentToken->NestingLevel = Contexts.size() - 1;
    [all...]
  /external/jhead/
exif.c 544 unsigned ExifLength, int NestingLevel)
554 if (NestingLevel > 4){
560 IndentString[NestingLevel * 4] = '\0';
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 144 milliseconds