Searched defs:noteLoc (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3199 SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc; local
3219 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3220 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge);
3230 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType :
3231 S.Diag(br ? castExpr->getExprLoc() : noteLoc,
3260 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3261 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge);
3270 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained) << castType :
3271 S.Diag(br ? castExpr->getExprLoc() : noteLoc,

Completed in 88 milliseconds