Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Literal

1893                          const StringLiteral *Literal,
1897 StringRef String = Literal->getString();
1901 if (!Literal->containsNonAsciiOrNull()) {
1929 const StringLiteral *Literal,
1931 StringRef String = Literal->getString();
1937 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) {
1941 GetConstantCFStringEntry(CFConstantStringMap, Literal,
2046 CodeGenModule::GetAddrOfConstantString(const StringLiteral *Literal) {
2049 GetConstantStringEntry(CFConstantStringMap, Literal, StringLength);
2236 /// constant array for the given string literal.
2273 /// GenerateWritableString -- Creates storage for a string literal.
2279 // Create Constant for this string literal. Don't add a '\0'.
2294 /// containing the literal. This contents are exactly that of the
2330 /// array containing the literal and a terminating '\0'