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

  /external/llvm/lib/Support/
Memory.cpp 59 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
61 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
65 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 85 unsigned StartLine, StartColumn, EndLine, EndColumn;
90 &EndFile, &EndLine, &EndColumn, 0);
96 << EndLine << ":" << EndColumn << "}";

Completed in 27 milliseconds