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()
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()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
124 static StringInitFailureKind IsStringInit(Expr *init, QualType declType, in IsStringInit() argument126 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit()
META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...