reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
600 Op->Tok.Data = reinterpret_cast<const char *>(Op.get() + 1); 600 Op->Tok.Data = reinterpret_cast<const char *>(Op.get() + 1); 601 Op->Tok.Length = Str.size(); 602 std::memcpy(const_cast<char *>(Op->Tok.Data), Str.data(), Str.size()); 603 Op->StartLoc = S; 604 Op->EndLoc = S; 605 Op->IsPPC64 = IsPPC64; 606 return Op;