Home
last modified time | relevance | path

Searched defs:endsBefore (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp410 bool endsBefore(const Replacement &R) const { in endsBefore() function in __anon7beab59f0211::MergedReplacement
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h400 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function