Searched refs:objc_string (Results 1 – 4 of 4) sorted by relevance
722 lex_string (const cpp_token *tok, tree *valp, bool objc_string) in lex_string() argument747 objc_string = true; in lex_string()776 if (concats && !objc_string && !in_system_header) in lex_string()829 return objc_string ? CPP_OBJC_STRING : wide ? CPP_WSTRING : CPP_STRING; in lex_string()
249 %type <ttype> objc_string non_empty_protocolrefs protocolrefs identifier_list objcprotocolexpr766 | objc_string774 objc_string:777 | objc_string '@' STRING
19188 (objc_string): Decompose to [objc_string] '@' STRING.
7244 (build_{class_reference,objc_string}_decl): Clear DECL_CONTEXT.