reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2195 (type = GetTypeForIdentifier<clang::CXXRecordDecl>(type_name)) 2198 return type; 2201 type = CreateRecordType(nullptr, lldb::eAccessPublic, type_name.GetCString(), 2203 StartTagDeclarationDefinition(type); 2205 AddFieldToRecordType(type, field.first, field.second, lldb::eAccessPublic, 2208 SetIsPacked(type); 2209 CompleteTagDeclarationDefinition(type); 2210 return type;