Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

929                                            SourceLocation LParenLoc,
937 PP.getLocForEndOfToken(LParenLoc));
945 SourceLocation LParenLoc,
948 SourceRange(LParenLoc, RParenLoc), false, false);
951 SourceRange(LParenLoc, RParenLoc));
973 Sel << SourceRange(LParenLoc, RParenLoc);
995 SourceLocation LParenLoc,
3072 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc,
3163 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
3170 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK,
3184 SourceLocation LParenLoc,
3193 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
3194 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo,