Searched refs:emitStringLiteralLValue (Results 1 – 3 of 3) sorted by relevance
698 return emitStringLiteralLValue(cast<StringLiteral>(e)); in emitLValue()
1061 LValue emitStringLiteralLValue(const StringLiteral *e);
868 LValue CIRGenFunction::emitStringLiteralLValue(const StringLiteral *e) { in emitStringLiteralLValue() function in CIRGenFunction