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;
75 if (LastSpace) {
76 OutStr.insert(LastSpace, "\\l...");
77 ColNum = i - LastSpace;
78 LastSpace = 0;
86 LastSpace = i;
  /external/clang/lib/Format/
ContinuationIndenter.h 145 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace,
147 : Indent(Indent), IndentLevel(IndentLevel), LastSpace(LastSpace),
169 unsigned LastSpace;
263 if (LastSpace != Other.LastSpace)
264 return LastSpace < Other.LastSpace;

Completed in 422 milliseconds