Home | History | Annotate | Download | only in Parse

Lines Matching refs:BridgeKeywordLoc

2092       SourceLocation BridgeKeywordLoc = ConsumeToken();
2093 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
2094 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc)
2096 << FixItHint::CreateReplacement(BridgeKeywordLoc, "");
2123 SourceLocation BridgeKeywordLoc = ConsumeToken();
2138 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
2139 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain)
2140 << FixItHint::CreateReplacement(BridgeKeywordLoc,
2154 BridgeKeywordLoc, Ty.get(),