Home | History | Annotate | Download | only in Sema

Lines Matching refs:noteLoc

3504   SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc;
3524 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3525 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge);
3535 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType :
3536 S.Diag(br ? castExpr->getExprLoc() : noteLoc,
3565 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3566 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge);
3575 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained) << castType :
3576 S.Diag(br ? castExpr->getExprLoc() : noteLoc,