Searched defs:ClassType (Results 1 – 10 of 10) sorted by relevance
26 #define DISABLE_COPY_AND_ASSIGN(ClassType) \ argument
67 enum ClassType { enum
181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()201 TypeIndex ClassType; variable226 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()235 TypeIndex ClassType; variable
483 typedef typename Types::ClassTypeNarrow ClassType; typedef
486 typedef typename Types::ClassTypeNarrow ClassType; typedef
392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
579 const Node *ClassType; variable3592 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
1175 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()
227 type ClassType<P, T extends Component<P, ComponentState>, C extends ComponentClass<P>> = alias