Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Literal

1678                          const StringLiteral *Literal,
1682 StringRef String = Literal->getString();
1686 if (!Literal->containsNonAsciiOrNull()) {
1729 const StringLiteral *Literal,
1732 StringRef String = Literal->getString();
1738 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) {
1742 GetConstantCFStringEntry(CFConstantStringMap, Literal,
1838 CodeGenModule::GetAddrOfConstantString(const StringLiteral *Literal) {
1841 GetConstantStringEntry(CFConstantStringMap, Literal, StringLength);
1987 /// string literal, properly padded to match the literal type.
2019 /// constant array for the given string literal.
2047 /// GenerateWritableString -- Creates storage for a string literal.
2053 // Create Constant for this string literal. Don't add a '\0'.
2068 /// containing the literal. This contents are exactly that of the
2105 /// array containing the literal and a terminating '\0'