HomeSort by relevance Sort by last modified time
    Searched refs:diagLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
ARCMT.cpp 34 FullSourceLoc diagLoc = I->getLocation();
37 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
38 (diagLoc == range.getEnd() ||
39 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
62 FullSourceLoc diagLoc = I->getLocation();
65 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
66 (diagLoc == range.getEnd() ||
67 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 131 milliseconds