Searched refs:getReferences (Results 1 – 17 of 17) sorted by relevance
73 std::vector<Reference<LocalIdentifier>*> getReferences();74 virtual std::vector<const Reference<LocalIdentifier>*> getReferences() const;219 std::vector<const Reference<LocalIdentifier>*> getReferences() const override;
70 std::vector<Reference<Type>*> getReferences();71 std::vector<const Reference<Type>*> getReferences() const;
115 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type116 const auto& constRet = static_cast<const Type*>(this)->getReferences(); in getReferences()123 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type149 for (const auto* ref : getReferences()) { in getStrongReferences()173 for (auto* nextRef : getReferences()) { in recursivePass()197 for (const auto* nextRef : getReferences()) { in recursivePass()289 for (const Reference<Type>* innerRef : refType->getReferences()) { in checkForwardReferenceRestrictions()788 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
72 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method73 const auto& constRet = static_cast<const Method*>(this)->getReferences(); in getReferences()80 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method97 for (const auto* ref : getReferences()) { in getStrongReferences()
44 std::vector<const Reference<Type>*> getReferences() const override;
62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() function in android::TypeDef
526 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression527 const auto& constRet = static_cast<const ConstantExpression*>(this)->getReferences(); in getReferences()534 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression568 for (auto* nextRef : getReferences()) { in recursivePass()601 for (const auto* nextRef : getReferences()) { in recursivePass()647 for (const auto* nextRef : getReferences()) { in checkAcyclic()725 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
69 std::vector<Reference<Type>*> getReferences();70 virtual std::vector<const Reference<Type>*> getReferences() const;394 std::vector<const Reference<Type>*> getReferences() const override;
195 for (auto* nextRef : type->getReferences()) { in lookupTypes()220 for (auto* nextRef : type->getReferences()) { in gatherReferencedTypes()245 for (auto* nextRef : ce->getReferences()) { in lookupConstantExpressions()354 for (const Reference<Type>* ref : type->getReferences()) { in checkForwardReferenceRestrictions()
43 std::vector<const Reference<Type>*> getReferences() const override;
96 std::vector<const Reference<Type>*> getReferences() const override;
48 std::vector<const Reference<Type>*> getReferences() const override;
71 std::vector<const Reference<Type>*> getReferences() const override;
463 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface471 const auto& references = method->getReferences(); in getReferences()
60 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
86 std::vector<const Reference<Type>*> EnumType::getReferences() const { in getReferences() function in android::EnumType
42 std::vector<const Reference<Type>*> CompoundType::getReferences() const { in getReferences() function in android::CompoundType