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

  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 63 unsigned LastSpace = 0;
69 LastSpace = 0;
76 if (!LastSpace)
77 LastSpace = i;
78 OutStr.insert(LastSpace, "\\l...");
79 ColNum = i - LastSpace;
80 LastSpace = 0;
86 LastSpace = i;
  /external/clang/lib/Format/
ContinuationIndenter.h 148 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace,
150 : Indent(Indent), IndentLevel(IndentLevel), LastSpace(LastSpace),
173 unsigned LastSpace;
271 if (LastSpace != Other.LastSpace)
272 return LastSpace < Other.LastSpace;

Completed in 70 milliseconds