Searched refs:isNamedType (Results 1 – 10 of 10) sorted by relevance
34 if (type != &mRootScope && type->isNamedType()) { in generateDependencies()
34 bool isNamedType() const override;
27 bool NamedType::isNamedType() const { in isNamedType() function in android::NamedType
69 bool Type::isNamedType() const { in isNamedType() function in android::Type242 if (nextType->isNamedType()) { in topologicalOrder()294 if (!refType->isNamedType()) { in checkForwardReferenceRestrictions()
50 virtual bool isNamedType() const;
571 if ($2 != nullptr && $2->isNamedType() &&988 if ($1 != nullptr && $1->isNamedType() &&
236 if (targetType->isNamedType()) { in gatherReferencedTypes()
39 } else if (type.isNamedType()) { in getAidlType()
80 if (!type.isNamedType()) return; in importLocallyReferencedType()
40 if (!type->isNamedType()) return OK; in namingConventions()