Home
last modified time | relevance | path

Searched refs:CurEnd (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Edit/
DEditedSource.cpp392 FileOffset CurOffs, CurEnd; in applyRewrites() local
402 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
408 assert(offs >= CurEnd); in applyRewrites()
410 if (offs == CurEnd) { in applyRewrites()
413 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
421 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp247 auto CurEnd = Fields.end(); in calculateOptimalPad() local
253 auto Iter = std::upper_bound(CurBegin, CurEnd, InsertPoint); in calculateOptimalPad()