Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp249 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation(); in compareCall() local
251 if (X_CEWL != Y_CEWL) in compareCall()
252 return X_CEWL.isBeforeInTranslationUnitThan(Y_CEWL); in compareCall()