Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

964                                            SourceLocation LParenLoc,
972 PP.getLocForEndOfToken(LParenLoc));
979 SourceLocation LParenLoc,
996 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(")
1010 SourceLocation LParenLoc,
1021 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1027 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1036 SourceLocation LParenLoc,
1040 SourceRange(LParenLoc, RParenLoc), false, false);
1043 SourceRange(LParenLoc, RParenLoc));
1047 SourceRange SelectorRange(LParenLoc.getLocWithOffset(1),
1056 DiagnoseMismatchedSelectors(*this, AtLoc, Method, LParenLoc, RParenLoc,
1078 Sel << SourceRange(LParenLoc, RParenLoc);
1100 SourceLocation LParenLoc,
3866 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc,
3957 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
3964 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK,
3978 SourceLocation LParenLoc,
3989 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
3990 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo,