Searched refs:suggestion_str (Results 1 – 4 of 4) sorted by relevance
6116 const char *suggestion_str = IDENTIFIER_POINTER (suggestion); in consider_binding_level() local6119 if (strchr (suggestion_str, ' ')) in consider_binding_level()6124 if (name_reserved_for_implementation_p (suggestion_str) in consider_binding_level()6128 bm.consider (suggestion_str); in consider_binding_level()
7161 const char *suggestion_str = IDENTIFIER_POINTER (suggestion); in consider_decl() local7164 if (strchr (suggestion_str, ' ')) in consider_decl()7170 && name_reserved_for_implementation_p (suggestion_str)) in consider_decl()7173 bm.consider (suggestion_str); in consider_decl()
4290 const char *suggestion_str = IDENTIFIER_POINTER (binding->id); in lookup_name_fuzzy() local4291 if (name_reserved_for_implementation_p (suggestion_str)) in lookup_name_fuzzy()
4354 const char *suggestion_str = IDENTIFIER_POINTER (binding->id); in lookup_name_fuzzy() local4355 if (name_reserved_for_implementation_p (suggestion_str)) in lookup_name_fuzzy()