Home
last modified time | relevance | path

Searched refs:getTypeReferences (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DConstantExpression.h79 std::vector<Reference<Type>*> getTypeReferences();
80 virtual std::vector<const Reference<Type>*> getTypeReferences() const;
237 std::vector<const Reference<Type>*> getTypeReferences() const override;
DConstantExpression.cpp540 std::vector<Reference<Type>*> ConstantExpression::getTypeReferences() { in getTypeReferences() function in android::ConstantExpression
541 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::ConstantExpression
750 std::vector<const Reference<Type>*> AttributeConstantExpression::getTypeReferences() const { in getTypeReferences() function in android::AttributeConstantExpression
DAST.cpp266 for (auto* nextRef : ce->getTypeReferences()) { in lookupConstantExpressions()