Home | History | Annotate | Download | only in Sema

Lines Matching defs:Loc

1212   bool HandleInvalidConversionSpecifier(unsigned argIndex, SourceLocation Loc,
1252 SourceLocation Loc = getLocationOfByte(startSpecifier);
1253 S.Diag(Loc, diag::warn_printf_incomplete_specifier)
1260 SourceLocation Loc = getLocationOfByte(startPos);
1261 S.Diag(Loc, diag::warn_format_invalid_positional_specifier)
1267 SourceLocation Loc = getLocationOfByte(startPos);
1268 S.Diag(Loc, diag::warn_format_zero_positional_specifier)
1303 SourceLocation Loc,
1324 S.Diag(Loc, diag::warn_format_invalid_conversion)
2342 void Sema::CheckFloatComparison(SourceLocation loc, Expr* lex, Expr *rex) {
2385 Diag(loc, diag::warn_floatingpoint_eq)
3056 loc) {
3058 return loc.isMacroID() && smgr.isInSystemHeader(smgr.getSpellingLoc(loc));
3561 SourceLocation Loc;
3565 Loc = e->getExprLoc();
3698 assert(owner.Variable && owner.Loc.isValid());
3713 assert(owner.Variable && owner.Loc.isValid());
3717 S.Diag(owner.Loc, diag::note_arc_retain_cycle_owner)
3751 owner.Loc = msg->getSuperLoc();
3771 bool Sema::checkUnsafeAssigns(SourceLocation Loc,
3779 Diag(Loc, diag::warn_arc_retained_assign)
3789 void Sema::checkUnsafeExprAssigns(SourceLocation Loc,
3792 if (checkUnsafeAssigns(Loc, LHSType, RHS))
3810 Diag(Loc, diag::warn_arc_retained_property_assign)