Searched refs:checkType (Results 1 – 5 of 5) sorted by relevance
70 checkType(classSpecification.annotationType); in checkClassSpecifications()72 checkType(classSpecification.extendsAnnotationType); in checkClassSpecifications()95 checkType(memberSpecification.annotationType); in checkMemberSpecifications()99 checkType(memberSpecification.descriptor); in checkMemberSpecifications()121 checkType(internalTypeEnumeration.returnType()); in checkDescriptor()125 checkType(internalTypeEnumeration.nextType()); in checkDescriptor()135 private void checkType(String type) in checkType() method in FullyQualifiedClassNameChecker
216 elsif ($type =~ /^[=:]/ and ref($checkType)) {217 $value = &$checkType($i,$value,$option,$type);
38 static inline Type *checkType(Type *Ty) { in checkType() function45 SubclassOptionalData(0), SubclassData(0), VTy((Type*)checkType(ty)), in Value()
3192 my $checkType = $implInclude;3193 $checkType =~ s/\.h//;3198 … print $IMPL "#include \"$implInclude\"\n" unless $codeGenerator->IsSVGAnimatedType($checkType);
2797 my $checkType = $include;2798 $checkType =~ s/\.h//;2799 next if $codeGenerator->IsSVGAnimatedType($checkType);