Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp234 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow() local
236 if (XSL != YSL) in compareControlFlow()
237 return XSL.isBeforeInTranslationUnitThan(YSL); in compareControlFlow()