Searched refs:declType (Results 1 – 8 of 8) sorted by relevance
284 ReferenceTypeImpl declType = (ReferenceTypeImpl)method.declaringType(); in validateMethodInvocation() local285 if (!declType.isAssignableFrom(this)) { in validateMethodInvocation()289 if (declType instanceof ClassTypeImpl) { in validateMethodInvocation()291 } else if (declType instanceof InterfaceTypeImpl) { in validateMethodInvocation()
254 ReferenceTypeImpl declType = (ReferenceTypeImpl)method.declaringType(); in validateConstructorInvocation() local255 if (!declType.equals(this)) { in validateConstructorInvocation()
608 ReferenceTypeImpl declType = (ReferenceTypeImpl)field.declaringType(); in validateFieldAccess() local609 if (!declType.isAssignableFrom(this)) { in validateFieldAccess()
180 static GLenum GetDeclTypeComponentType(D3DDECLTYPE declType) in GetDeclTypeComponentType() argument182 switch (declType) in GetDeclTypeComponentType()
1470 MRTCase(deqp::Context& context, glu::GLSLVersion glslVersion, DeclarationType declType) in MRTCase() argument1471 …: TestCase(context, (declType == ARRAY ? "MRT_array" : "MRT_separate"), "GL_KHR_blend_equation_adv… in MRTCase()1473 , m_declarationType(declType) in MRTCase()
124 static StringInitFailureKind IsStringInit(Expr *init, QualType declType, in IsStringInit() argument126 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit()
3875 if (const auto *declType{GetDeclTypeSpec()}) { in Post() local3876 if (const auto *derived{declType->AsDerived()}) { in Post()
136 static StringInitFailureKind IsStringInit(Expr *init, QualType declType, in IsStringInit() argument138 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit()