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

  /external/clang/lib/ARCMigrate/
ARCMT.cpp 36 FullSourceLoc diagLoc = I->getLocation();
39 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
40 (diagLoc == range.getEnd() ||
41 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
65 FullSourceLoc diagLoc = I->getLocation();
68 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
69 (diagLoc == range.getEnd() ||
70 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 757 SourceLocation diagLoc;
759 diagLoc = newTypeParams->begin()[prevTypeParams->size()]->getLocation();
761 diagLoc = S.getLocForEndOfToken(newTypeParams->back()->getLocEnd());
764 S.Diag(diagLoc, diag::err_objc_type_param_arity_mismatch)
796 SourceLocation diagLoc = newTypeParam->getVarianceLoc();
797 if (diagLoc.isInvalid())
798 diagLoc = newTypeParam->getLocStart();
800 auto diag = S.Diag(diagLoc,
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]

Completed in 439 milliseconds