Searched refs:getTypeReferences (Results 1 – 3 of 3) sorted by relevance
76 std::vector<Reference<Type>*> getTypeReferences();77 virtual std::vector<const Reference<Type>*> getTypeReferences() const;234 std::vector<const Reference<Type>*> getTypeReferences() const override;
538 std::vector<Reference<Type>*> ConstantExpression::getTypeReferences() { in getTypeReferences() function in android::ConstantExpression539 const auto& constRet = static_cast<const ConstantExpression*>(this)->getTypeReferences(); in getTypeReferences()546 std::vector<const Reference<Type>*> ConstantExpression::getTypeReferences() const { in getTypeReferences() function in android::ConstantExpression741 std::vector<const Reference<Type>*> AttributeConstantExpression::getTypeReferences() const { in getTypeReferences() function in android::AttributeConstantExpression
252 for (auto* nextRef : ce->getTypeReferences()) { in lookupConstantExpressions()