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 35 FullSourceLoc diagLoc = I->getLocation();
38 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
39 (diagLoc == range.getEnd() ||
40 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
64 FullSourceLoc diagLoc = I->getLocation();
67 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
68 (diagLoc == range.getEnd() ||
69 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 76 milliseconds