Lines Matching defs:Strings
35 Expr **strings,
37 StringLiteral **Strings = reinterpret_cast<StringLiteral**>(strings);
39 // Most ObjC strings are formed out of a single piece. However, we *can*
40 // have strings formed out of multiple @ strings with multiple pptokens in
43 StringLiteral *S = Strings[0];
47 // Concatenate objc strings.
52 S = Strings[i];
54 // ObjC strings can't be wide or UTF.
80 // Verify that this composite string is acceptable for ObjC strings.
2769 // strings are immune to retains, so this is bottom.