• Home
  • Raw
  • Download

Lines Matching defs:T

618 void MicrosoftCXXNameMangler::mangleType(QualType T) {  in mangleType()
663 void MicrosoftCXXNameMangler::mangleType(const BuiltinType *T) { in mangleType()
731 void MicrosoftCXXNameMangler::mangleType(const FunctionProtoType *T) { in mangleType()
738 void MicrosoftCXXNameMangler::mangleType(const FunctionNoProtoType *T) { in mangleType()
742 void MicrosoftCXXNameMangler::mangleType(const FunctionType *T, in mangleType()
850 void MicrosoftCXXNameMangler::mangleCallingConvention(const FunctionType *T, in mangleCallingConvention()
892 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
901 void MicrosoftCXXNameMangler::mangleType(const EnumType *T) { in mangleType()
904 void MicrosoftCXXNameMangler::mangleType(const RecordType *T) { in mangleType()
907 void MicrosoftCXXNameMangler::mangleType(const TagType *T) { in mangleType()
935 void MicrosoftCXXNameMangler::mangleType(const ArrayType *T, bool IsGlobal) { in mangleType()
944 void MicrosoftCXXNameMangler::mangleType(const ConstantArrayType *T) { in mangleType()
947 void MicrosoftCXXNameMangler::mangleType(const VariableArrayType *T) { in mangleType()
950 void MicrosoftCXXNameMangler::mangleType(const DependentSizedArrayType *T) { in mangleType()
953 void MicrosoftCXXNameMangler::mangleType(const IncompleteArrayType *T) { in mangleType()
988 void MicrosoftCXXNameMangler::mangleType(const MemberPointerType *T) { in mangleType()
1001 void MicrosoftCXXNameMangler::mangleType(const TemplateTypeParmType *T) { in mangleType()
1006 const SubstTemplateTypeParmPackType *T) { in mangleType()
1013 void MicrosoftCXXNameMangler::mangleType(const PointerType *T) { in mangleType()
1030 void MicrosoftCXXNameMangler::mangleType(const ObjCObjectPointerType *T) { in mangleType()
1038 void MicrosoftCXXNameMangler::mangleType(const LValueReferenceType *T) { in mangleType()
1047 void MicrosoftCXXNameMangler::mangleType(const RValueReferenceType *T) { in mangleType()
1051 void MicrosoftCXXNameMangler::mangleType(const ComplexType *T) { in mangleType()
1055 void MicrosoftCXXNameMangler::mangleType(const VectorType *T) { in mangleType()
1058 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
1061 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
1065 void MicrosoftCXXNameMangler::mangleType(const ObjCInterfaceType *T) { in mangleType()
1071 void MicrosoftCXXNameMangler::mangleType(const ObjCObjectType *T) { in mangleType()
1077 void MicrosoftCXXNameMangler::mangleType(const BlockPointerType *T) { in mangleType()
1082 void MicrosoftCXXNameMangler::mangleType(const InjectedClassNameType *T) { in mangleType()
1086 void MicrosoftCXXNameMangler::mangleType(const TemplateSpecializationType *T) { in mangleType()
1090 void MicrosoftCXXNameMangler::mangleType(const DependentNameType *T) { in mangleType()
1095 const DependentTemplateSpecializationType *T) { in mangleType()
1100 void MicrosoftCXXNameMangler::mangleType(const PackExpansionType *T) { in mangleType()
1104 void MicrosoftCXXNameMangler::mangleType(const TypeOfType *T) { in mangleType()
1108 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
1112 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
1116 void MicrosoftCXXNameMangler::mangleType(const UnaryTransformType *T) { in mangleType()
1120 void MicrosoftCXXNameMangler::mangleType(const AutoType *T) { in mangleType()
1163 void MicrosoftMangleContext::mangleCXXRTTI(QualType T, in mangleCXXRTTI()
1167 void MicrosoftMangleContext::mangleCXXRTTIName(QualType T, in mangleCXXRTTIName()