Searched refs:isCompoundType (Results 1 – 14 of 14) sorted by relevance
46 if (!nextType->isCompoundType()) { in lintUnionRecursively()66 if (!nextRef->get()->isCompoundType()) continue; in lintUnionRecursively()88 if (!type->isCompoundType()) return OK; in lintUnionRecursively()
34 if (!type->isCompoundType()) return OK; in checkSmallStructs()
63 if (namedType->isCompoundType()) { in namingConventions()
115 } else if (namedType.isCompoundType()) { in emitAidl()
133 } else if (type.isCompoundType()) { in emitFileHeader()
441 if (namedType->isCompoundType()) { in main()
458 CHECK(type->isCompoundType()) << "Unexpected type: " << type->fqName().string(); in emitTranslateSource()
47 if (elementType->isCompoundType()) { in isCompatibleElementType()361 if (mElementType->isCompoundType()) { in emitJavaReaderWriter()
44 bool isCompoundType() const override;
46 virtual bool isCompoundType() const;
133 bool CompoundType::isCompoundType() const { in isCompoundType() function in android::CompoundType206 if (field->type().isCompoundType()) { in containsInterface()629 CHECK(ref.get()->isCompoundType()); in emitFieldHidlDefinition()645 CHECK(type->isCompoundType()) << " only compound types can be defined inline"; in emitInlineHidlDefinition()
406 if (isReader && mElementType->isCompoundType()) { in emitJavaFieldReaderWriter()
932 CHECK((*scope)->isCompoundType());965 CHECK((*scope)->isCompoundType());983 CHECK((*scope)->isCompoundType());
77 bool Type::isCompoundType() const { in isCompoundType() function in android::Type