Home
last modified time | relevance | path

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

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