Searched defs:YL (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp326 FullSourceLoc YL = Y.getLocation().asLocation(); local
327 if (XL != YL)
328 return XL.isBeforeInTranslationUnitThan(YL);
382 FullSourceLoc YL = Y.getLocation().asLocation(); local
383 if (XL != YL)
384 return XL.isBeforeInTranslationUnitThan(YL);

Completed in 212 milliseconds