Searched refs:getTypeReferences (Results 1 – 3 of 3) sorted by relevance
79 std::vector<Reference<Type>*> getTypeReferences();80 virtual std::vector<const Reference<Type>*> getTypeReferences() const;237 std::vector<const Reference<Type>*> getTypeReferences() const override;
540 std::vector<Reference<Type>*> ConstantExpression::getTypeReferences() { in getTypeReferences() function in android::ConstantExpression541 const auto& constRet = static_cast<const ConstantExpression*>(this)->getTypeReferences(); in getTypeReferences()548 std::vector<const Reference<Type>*> ConstantExpression::getTypeReferences() const { in getTypeReferences() function in android::ConstantExpression750 std::vector<const Reference<Type>*> AttributeConstantExpression::getTypeReferences() const { in getTypeReferences() function in android::AttributeConstantExpression
266 for (auto* nextRef : ce->getTypeReferences()) { in lookupConstantExpressions()