reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
217 Tok = o.Tok; 217 Tok = o.Tok; 575 return StringRef(Tok.Data, Tok.Length); 575 return StringRef(Tok.Data, Tok.Length); 583 Op->Tok.Data = Str.data(); 584 Op->Tok.Length = Str.size(); 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());