Home
last modified time | relevance | path

Searched refs:getReferences (Results 1 – 20 of 20) sorted by relevance

/system/tools/hidl/lint/lints/
DemptyStructs.cpp44 if (compoundType->getReferences().size() == 0) { in checkSmallStructs()
49 } else if (compoundType->getReferences().size() == 1) { in checkSmallStructs()
Dsafeunion.cpp65 for (const auto* nextRef : scope->getReferences()) { in lintUnionRecursively()
/system/tools/hidl/
DType.cpp121 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type
122 const auto& constRet = static_cast<const Type*>(this)->getReferences(); in getReferences()
129 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type
155 for (const auto* ref : getReferences()) { in getStrongReferences()
179 for (auto* nextRef : getReferences()) { in recursivePass()
203 for (const auto* nextRef : getReferences()) { in recursivePass()
295 for (const Reference<Type>* innerRef : refType->getReferences()) { in checkForwardReferenceRestrictions()
760 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
DMethod.h70 std::vector<Reference<Type>*> getReferences();
71 std::vector<const Reference<Type>*> getReferences() const;
DConstantExpression.h76 std::vector<Reference<LocalIdentifier>*> getReferences();
77 virtual std::vector<const Reference<LocalIdentifier>*> getReferences() const;
222 std::vector<const Reference<LocalIdentifier>*> getReferences() const override;
DTypeDef.h46 std::vector<const Reference<Type>*> getReferences() const override;
DMethod.cpp77 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method
78 const auto& constRet = static_cast<const Method*>(this)->getReferences(); in getReferences()
85 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method
102 for (const auto* ref : getReferences()) { in getStrongReferences()
DTypeDef.cpp62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() function in android::TypeDef
DType.h70 std::vector<Reference<Type>*> getReferences();
71 virtual std::vector<const Reference<Type>*> getReferences() const;
372 std::vector<const Reference<Type>*> getReferences() const override;
DConstantExpression.cpp528 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression
529 const auto& constRet = static_cast<const ConstantExpression*>(this)->getReferences(); in getReferences()
536 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression
570 for (auto* nextRef : getReferences()) { in recursivePass()
603 for (const auto* nextRef : getReferences()) { in recursivePass()
649 for (const auto* nextRef : getReferences()) { in checkAcyclic()
736 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
DArrayType.h43 std::vector<const Reference<Type>*> getReferences() const override;
DAST.cpp208 for (auto* nextRef : type->getReferences()) { in lookupTypes()
234 for (auto* nextRef : type->getReferences()) { in gatherReferencedTypes()
259 for (auto* nextRef : ce->getReferences()) { in lookupConstantExpressions()
368 for (const Reference<Type>* ref : type->getReferences()) { in checkForwardReferenceRestrictions()
DInterface.h100 std::vector<const Reference<Type>*> getReferences() const override;
DCompoundType.h50 std::vector<const Reference<Type>*> getReferences() const override;
DEnumType.h72 std::vector<const Reference<Type>*> getReferences() const override;
DInterface.cpp421 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface
429 const auto& references = method->getReferences(); in getReferences()
DArrayType.cpp63 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
DEnumType.cpp87 std::vector<const Reference<Type>*> EnumType::getReferences() const { in getReferences() function in android::EnumType
DCompoundType.cpp50 std::vector<const Reference<Type>*> CompoundType::getReferences() const { in getReferences() function in android::CompoundType
/system/tools/hidl/hidl2aidl/
DAidlHelper.cpp112 for (const Reference<Type>* ref : method->getReferences()) { in emitFileHeader()
117 for (const Reference<Type>* ref : type.getReferences()) { in emitFileHeader()