Home | History | Annotate | Download | only in Sema

Lines Matching defs:Strings

33                                         Expr **strings,
35 StringLiteral **Strings = reinterpret_cast<StringLiteral**>(strings);
37 // Most ObjC strings are formed out of a single piece. However, we *can*
38 // have strings formed out of multiple @ strings with multiple pptokens in
41 StringLiteral *S = Strings[0];
45 // Concatenate objc strings.
50 S = Strings[i];
52 // ObjC strings can't be wide or UTF.
74 // Verify that this composite string is acceptable for ObjC strings.
117 // strings as untyped objects and let the runtime figure it out later.
1695 // strings are immune to retains, so this is bottom.