reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1494 switch (Ty->getTag()) { 1496 return lowerTypeArray(cast<DICompositeType>(Ty)); 1498 return lowerTypeAlias(cast<DIDerivedType>(Ty)); 1500 return lowerTypeBasic(cast<DIBasicType>(Ty)); 1502 if (cast<DIDerivedType>(Ty)->getName() == "__vtbl_ptr_type") 1503 return lowerTypeVFTableShape(cast<DIDerivedType>(Ty)); 1507 return lowerTypePointer(cast<DIDerivedType>(Ty)); 1509 return lowerTypeMemberPointer(cast<DIDerivedType>(Ty)); 1514 return lowerTypeModifier(cast<DIDerivedType>(Ty)); 1519 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, 1523 return lowerTypeFunction(cast<DISubroutineType>(Ty)); 1525 return lowerTypeEnum(cast<DICompositeType>(Ty)); 1528 return lowerTypeClass(cast<DICompositeType>(Ty)); 1530 return lowerTypeUnion(cast<DICompositeType>(Ty)); 1532 if (Ty->getName() == "decltype(nullptr)")