reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseExpr.cpp
  288       return ExprError(Diag(Tok, diag::err_opencl_logical_exclusive_or));
 1216       return ExprError(Diag(Tok, diag::err_expected) << tok::identifier);
 1219       return ExprError(Diag(Tok, diag::err_address_of_label_outside_fn));
 1325       return ExprError(Diag(Tok, diag::err_expected_lparen_after_type)
 2109     return ExprError(Diag(Tok, diag::err_expected_after) << BuiltinII
 2423       Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope));
tools/clang/lib/Parse/ParseExprCXX.cpp
 1525     return ExprError(Diag(LAngleBracketLoc, diag::note_matching) << tok::less);
tools/clang/lib/Parse/ParseObjc.cpp
 2835       return ExprError(Diag(AtLoc, diag::err_unexpected_at));
 2861           return ExprError(Diag(AtLoc, diag::err_unexpected_at) <<
 2865           return ExprError(Diag(AtLoc, diag::err_unexpected_at));
 3328       return ExprError(Diag(Tok, diag::err_objc_concat_string));
 3383     return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@");
 3433       return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_square
 3499       return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_brace
 3521     return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@encode");
 3544     return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@protocol");
 3568     return ExprError(Diag(Tok, diag::err_expected_lparen_after) << "@selector");
 3588     return ExprError(Diag(Tok, diag::err_expected) << tok::identifier);
tools/clang/lib/Sema/SemaCUDA.cpp
   45     return ExprError(Diag(LLLLoc, diag::err_undeclared_var_use)
tools/clang/lib/Sema/SemaCast.cpp
  290       return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported)
tools/clang/lib/Sema/SemaChecking.cpp
 5501     return ExprError(
 5872     return ExprError(Diag(TheCall->getEndLoc(),
 5889       return ExprError(
 5904         return ExprError(Diag(TheCall->getBeginLoc(),
 5910       return ExprError(Diag(TheCall->getBeginLoc(),
 5929       return ExprError(Diag(TheCall->getBeginLoc(),
 5938       return ExprError(Diag(TheCall->getBeginLoc(),
 5965     return ExprError(Diag(BuiltinLoc,
 5969     return ExprError(Diag(BuiltinLoc,
 5976       return ExprError(Diag(BuiltinLoc,
tools/clang/lib/Sema/SemaExpr.cpp
 1710     return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl));
 3317     return ExprError(Diag(UDSuffixLoc, diag::err_invalid_character_udl));
 3424       return ExprError(Diag(UDSuffixLoc, diag::err_invalid_numeric_udl));
 4513     return ExprError(
 4522       return ExprError(Diag(LowerBound->getExprLoc(),
 4536       return ExprError(Diag(Length->getExprLoc(),
 4734     return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value)
 4739     return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer)
 5759     return ExprError(Diag(BuiltinLoc,
 5844         return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
 5859       return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
 5923         return ExprError(Diag(LParenLoc,diag::err_kern_call_not_global_function)
 5930         return ExprError(Diag(LParenLoc, diag::err_kern_type_not_void_return)
 5935         return ExprError(Diag(LParenLoc, diag::err_global_call_not_config)
 6006       return ExprError(Diag(LParenLoc, diag::err_member_call_without_object)
 6059       return ExprError(Diag(LParenLoc, diag::err_variable_object_no_init)
13468       return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr)
13536     return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr)
13558         return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr)
13561       return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr)
13592           return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr)
13603           return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr)
13612       return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr)
13867     return ExprError(Diag(BuiltinLoc, diag::err_offsetof_record_type)
13887           return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
13902         return ExprError(
13929       return ExprError(Diag(OC.LocEnd, diag::err_offsetof_record_type)
13965       return ExprError(Diag(BuiltinLoc, diag::err_no_member)
14442         return ExprError(Diag(E->getBeginLoc(), diag::err_va_arg_in_device));
14497     return ExprError(
tools/clang/lib/Sema/SemaExprCXX.cpp
  454     return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T);
  521     return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid)
  542     return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported)
  548     return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
  562       return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
  566     return ExprError(Diag(OpLoc, diag::err_no_typeid_with_fno_rtti));
  636       return ExprError(Diag(TypeidLoc, diag::err_uuidof_without_guid));
  638       return ExprError(Diag(TypeidLoc, diag::err_uuidof_with_multiple_guids));
  659         return ExprError(Diag(TypeidLoc, diag::err_uuidof_without_guid));
  661         return ExprError(Diag(TypeidLoc, diag::err_uuidof_with_multiple_guids));
  681       return ExprError(Diag(OpLoc, diag::err_need_header_before_ms_uuidof));
 1382       return ExprError(Diag(TyBeginLoc, diag::err_value_init_for_array_type)
 1390     return ExprError(Diag(TyBeginLoc, diag::err_init_for_function_type)
 1659       return ExprError(Diag(Chunk.Loc, diag::err_new_array_of_auto)
 1662       return ExprError(Diag(Chunk.Loc, diag::err_static_illegal_in_new)
 1665       return ExprError(Diag(Chunk.Loc, diag::err_array_new_needs_size)
 1828       return ExprError(
 1851       return ExprError(Diag(StartLoc, diag::err_auto_new_requires_ctor_arg)
 1855       return ExprError(Diag(FirstBad->getBeginLoc(),
 1865       return ExprError(Diag(StartLoc, diag::err_auto_new_deduction_failure)
 2008           return ExprError(Diag((*ArraySize)->getBeginLoc(),
 2017             return ExprError(
 3323       return ExprError(Diag(StartLoc, diag::err_delete_operand)
 3641     return ExprError(Diag(ConditionVar->getLocation(),
 3645     return ExprError(Diag(ConditionVar->getLocation(),
tools/clang/lib/Sema/SemaExprMember.cpp
 1531       return ExprError(S.Diag(MemberLoc, diag::err_property_not_found)
 1586       return ExprError(S.Diag(MemberLoc, diag::err_property_not_found)
tools/clang/lib/Sema/SemaExprObjC.cpp
 2098   return ExprError(Diag(propertyNameLoc, diag::err_property_not_found)