Searched refs:endsBefore (Results 1 – 3 of 3) sorted by relevance
398 bool endsBefore(const Replacement &R) const { in endsBefore() function in clang::tooling::__anon5ed43ace0411::MergedReplacement465 if (Merged.endsBefore(*I)) in mergeReplacements()
644 bool endsBefore(const LiveRange &Other) const;799 return Live.endsBefore(Other->Live); in rangeEndsBefore()
127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange