Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.h76 std::vector<Reference<Type>*> getTypeReferences();
77 virtual std::vector<const Reference<Type>*> getTypeReferences() const;
234 std::vector<const Reference<Type>*> getTypeReferences() const override;
DConstantExpression.cpp538 std::vector<Reference<Type>*> ConstantExpression::getTypeReferences() { in getTypeReferences() function in android::ConstantExpression
539 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::ConstantExpression
741 std::vector<const Reference<Type>*> AttributeConstantExpression::getTypeReferences() const { in getTypeReferences() function in android::AttributeConstantExpression
DAST.cpp252 for (auto* nextRef : ce->getTypeReferences()) { in lookupConstantExpressions()