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

  /external/clang/lib/Edit/
EditedSource.cpp 392 FileOffset CurOffs, CurEnd;
402 CurEnd = CurOffs.getWithOffset(CurLen);
408 assert(offs >= CurEnd);
410 if (offs == CurEnd) {
413 CurEnd.getWithOffset(act.RemoveLen);
421 CurEnd = CurOffs.getWithOffset(CurLen);
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 247 auto CurEnd = Fields.end();
253 auto Iter = std::upper_bound(CurBegin, CurEnd, InsertPoint);

Completed in 57 milliseconds