Searched refs:isNamedType (Results 1 – 7 of 7) sorted by relevance
34 if (type != &mRootScope && type->isNamedType()) { in generateDependencies()
33 bool isNamedType() const override;
25 bool NamedType::isNamedType() const { in isNamedType() function in android::NamedType
67 bool Type::isNamedType() const { in isNamedType() function in android::Type236 if (nextType->isNamedType()) { in topologicalOrder()288 if (!refType->isNamedType()) { in checkForwardReferenceRestrictions()
50 virtual bool isNamedType() const;
592 if ($2 != nullptr && $2->isNamedType() &&974 if ($1 != nullptr && $1->isNamedType() &&
222 if (targetType->isNamedType()) { in gatherReferencedTypes()