Home | History | Annotate | Download | only in Sema

Lines Matching refs:diagLoc

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,