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

  /external/clang/lib/Format/
FormatToken.h 109 BindingStrength(0), NestingLevel(0), SplitPenalty(0),
226 unsigned NestingLevel;
ContinuationIndenter.cpp 202 if (Previous.ClosesTemplateDeclaration && Current.NestingLevel == 0 &&
262 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) &&
357 // The first line break on any NestingLevel causes an extra penalty in order
400 // Thus, we set LastSpace of the next higher NestingLevel, to which we move
412 if (Previous.Type == TT_TemplateCloser && Current.NestingLevel == 0)
428 State.StartOfLineLevel = Current.NestingLevel;
429 State.LowestLevelOnLine = Current.NestingLevel;
486 return Current.NestingLevel == 0 ? State.FirstIndent
596 std::min(State.LowestLevelOnLine, Current.NestingLevel);
    [all...]
FormatToken.cpp 188 if (HasNestedBracedList || Commas.size() < 5 || Token->NestingLevel != 0)
TokenAnnotator.cpp 640 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 495 milliseconds