Searched refs:TypeKind (Results 1 – 2 of 2) sorted by relevance
41 import javax.lang.model.type.TypeKind;568 if (unboxType(extractReturnOrFieldType(accessor)) == TypeKind.INT) { in hasResourceIdAnnotation()717 if (type.getKind() == TypeKind.DECLARED) { in isBoolean()718 return mProcessingEnv.getTypeUtils().unboxedType(type).getKind() == TypeKind.BOOLEAN; in isBoolean()720 return type.getKind() == TypeKind.BOOLEAN; in isBoolean()731 private TypeKind unboxType(@NonNull TypeMirror typeMirror) { in unboxType()732 final TypeKind typeKind = typeMirror.getKind(); in unboxType()736 } else if (typeKind == TypeKind.DECLARED) { in unboxType()
281 enum TypeKind { enum295 TypeKind mKind; // The kind of type specification314 TypeKind getKind() const { return mKind; } in getKind()