Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

948                                            SourceLocation LParenLoc,
956 PP.getLocForEndOfToken(LParenLoc));
964 SourceLocation LParenLoc,
967 SourceRange(LParenLoc, RParenLoc), false, false);
970 SourceRange(LParenLoc, RParenLoc));
974 SourceRange SelectorRange(LParenLoc.getLocWithOffset(1),
1002 Sel << SourceRange(LParenLoc, RParenLoc);
1024 SourceLocation LParenLoc,
3359 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc,
3450 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
3457 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK,
3471 SourceLocation LParenLoc,
3480 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
3481 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo,