Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp246 FullSourceLoc Y_CEL = Y.callEnter.asLocation(); in compareCall() local
247 if (X_CEL != Y_CEL) in compareCall()
248 return X_CEL.isBeforeInTranslationUnitThan(Y_CEL); in compareCall()