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 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/
SemaDeclObjC.cpp 758 SourceLocation diagLoc;
760 diagLoc = newTypeParams->begin()[prevTypeParams->size()]->getLocation();
762 diagLoc = S.getLocForEndOfToken(newTypeParams->back()->getLocEnd());
765 S.Diag(diagLoc, diag::err_objc_type_param_arity_mismatch)
797 SourceLocation diagLoc = newTypeParam->getVarianceLoc();
798 if (diagLoc.isInvalid())
799 diagLoc = newTypeParam->getLocStart();
801 auto diag = S.Diag(diagLoc,
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]

Completed in 218 milliseconds