Home | History | Annotate | Download | only in Parse

Lines Matching refs:BridgeKeywordLoc

1917     SourceLocation BridgeKeywordLoc = ConsumeToken();
1918 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
1919 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc)
1921 << FixItHint::CreateReplacement(BridgeKeywordLoc, "");
1942 SourceLocation BridgeKeywordLoc = ConsumeToken();
1957 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
1958 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain)
1959 << FixItHint::CreateReplacement(BridgeKeywordLoc,
1972 BridgeKeywordLoc, Ty.get(),