Lines Matching refs:here
76 def note_constexpr_temporary_here : Note<"temporary created here">;
132 def note_odr_value_here : Note<"declared here with type %0">;
133 def note_odr_defined_here : Note<"also defined here">;
140 "%0 is a %select{struct|union|class|enum}1 here">;
141 def note_odr_field : Note<"field %0 has type %1 here">;
142 def note_odr_missing_field : Note<"no corresponding field here">;
143 def note_odr_bit_field : Note<"bit-field %0 with type %1 and length %2 here">;
147 "%select{non-virtual|virtual}0 derivation here">;
148 def note_odr_missing_base : Note<"no corresponding base class here">;
151 def note_odr_enumerator : Note<"enumerator %0 with value %1 here">;
152 def note_odr_missing_enumerator : Note<"no corresponding enumerator here">;
164 def note_odr_objc_superclass : Note<"inherits from superclass %0 here">;
165 def note_odr_objc_missing_superclass : Note<"no corresponding superclass here">;
179 "%select{class|instance}0 method %1 also declared here">;
187 "property %0 is implemented with %select{@synthesize|@dynamic}1 here">;
192 "property is synthesized to ivar %0 here">;
198 "template parameter list also declared here">;
202 "template parameter declared here">;
206 "%select{parameter|parameter pack}0 declared here">;