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

/external/clang/lib/ARCMigrate/
H A DARCMT.cpp35 FullSourceLoc diagLoc = I->getLocation(); local
38 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
39 (diagLoc == range.getEnd() ||
40 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
64 FullSourceLoc diagLoc = I->getLocation(); local
67 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
68 (diagLoc == range.getEnd() ||
69 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {

Completed in 102 milliseconds