Home | History | Annotate | Download | only in Sema

Lines Matching refs:LLoc

3079 Sema::ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
3102 return CreateOverloadedArraySubscriptExpr(LLoc, RLoc, Base, Idx);
3105 return CreateBuiltinArraySubscriptExpr(Base, LLoc, Idx, RLoc);
3110 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc,
3200 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value)
3205 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer)
3211 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange();
3225 Diag(LLoc, diag::ext_gnu_subscript_void_type)
3232 RequireCompleteType(LLoc, ResultType,
3239 Diag(LLoc, diag::err_subscript_nonfragile_interface)