Searched refs:getConstantExpressions (Results 1 – 17 of 17) sorted by relevance
33 std::vector<ConstantExpression*> AnnotationParam::getConstantExpressions() { in getConstantExpressions() function in android::AnnotationParam34 const auto& constRet = static_cast<const AnnotationParam*>(this)->getConstantExpressions(); in getConstantExpressions()41 std::vector<const ConstantExpression*> AnnotationParam::getConstantExpressions() const { in getConstantExpressions() function in android::AnnotationParam100 std::vector<const ConstantExpression*> ConstantExpressionAnnotationParam::getConstantExpressions() in getConstantExpressions() function in android::ConstantExpressionAnnotationParam128 std::vector<ConstantExpression*> Annotation::getConstantExpressions() { in getConstantExpressions() function in android::Annotation129 const auto& constRet = static_cast<const Annotation*>(this)->getConstantExpressions(); in getConstantExpressions()136 std::vector<const ConstantExpression*> Annotation::getConstantExpressions() const { in getConstantExpressions() function in android::Annotation139 const auto& retParam = param->getConstantExpressions(); in getConstantExpressions()
46 std::vector<ConstantExpression*> getConstantExpressions();47 virtual std::vector<const ConstantExpression*> getConstantExpressions() const;72 std::vector<const ConstantExpression*> getConstantExpressions() const override;87 std::vector<ConstantExpression*> getConstantExpressions();88 std::vector<const ConstantExpression*> getConstantExpressions() const;
70 std::vector<ConstantExpression*> getConstantExpressions();71 virtual std::vector<const ConstantExpression*> getConstantExpressions() const = 0;174 std::vector<const ConstantExpression*> getConstantExpressions() const override;182 std::vector<const ConstantExpression*> getConstantExpressions() const override;193 std::vector<const ConstantExpression*> getConstantExpressions() const override;205 std::vector<const ConstantExpression*> getConstantExpressions() const override;218 std::vector<const ConstantExpression*> getConstantExpressions() const override;233 std::vector<const ConstantExpression*> getConstantExpressions() const override;
518 std::vector<ConstantExpression*> ConstantExpression::getConstantExpressions() { in getConstantExpressions() function in android::ConstantExpression519 const auto& constRet = static_cast<const ConstantExpression*>(this)->getConstantExpressions(); in getConstantExpressions()563 for (auto* nextCE : getConstantExpressions()) { in recursivePass()596 for (const auto* nextCE : getConstantExpressions()) { in recursivePass()640 for (const auto* nextCE : getConstantExpressions()) { in checkAcyclic()681 std::vector<const ConstantExpression*> LiteralConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::LiteralConstantExpression688 std::vector<const ConstantExpression*> UnaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::UnaryConstantExpression696 std::vector<const ConstantExpression*> BinaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::BinaryConstantExpression705 std::vector<const ConstantExpression*> TernaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::TernaryConstantExpression720 std::vector<const ConstantExpression*> ReferenceConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::ReferenceConstantExpression[all …]
76 std::vector<ConstantExpression*> getConstantExpressions();77 std::vector<const ConstantExpression*> getConstantExpressions() const;
105 std::vector<ConstantExpression*> Method::getConstantExpressions() { in getConstantExpressions() function in android::Method106 const auto& constRet = static_cast<const Method*>(this)->getConstantExpressions(); in getConstantExpressions()113 std::vector<const ConstantExpression*> Method::getConstantExpressions() const { in getConstantExpressions() function in android::Method116 const auto& retAnnotation = annotation->getConstantExpressions(); in getConstantExpressions()
125 std::vector<const ConstantExpression*> Scope::getConstantExpressions() const { in getConstantExpressions() function in android::Scope128 const auto& retAnnotation = annotation->getConstantExpressions(); in getConstantExpressions()
62 std::vector<const ConstantExpression*> getConstantExpressions() const override;
150 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass()167 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass()242 for (auto* ce : type->getConstantExpressions()) { in lookupConstantExpressions()339 for (auto* ce : type->getConstantExpressions()) { in checkAcyclicConstantExpressions()
73 std::vector<ConstantExpression*> getConstantExpressions();74 virtual std::vector<const ConstantExpression*> getConstantExpressions() const;
45 std::vector<const ConstantExpression*> getConstantExpressions() const override;
99 std::vector<const ConstantExpression*> getConstantExpressions() const override;
127 std::vector<ConstantExpression*> Type::getConstantExpressions() { in getConstantExpressions() function in android::Type128 const auto& constRet = static_cast<const Type*>(this)->getConstantExpressions(); in getConstantExpressions()135 std::vector<const ConstantExpression*> Type::getConstantExpressions() const { in getConstantExpressions() function in android::Type
72 std::vector<const ConstantExpression*> getConstantExpressions() const override;
478 std::vector<const ConstantExpression*> Interface::getConstantExpressions() const { in getConstantExpressions() function in android::Interface481 const auto& retMethod = method->getConstantExpressions(); in getConstantExpressions()
64 std::vector<const ConstantExpression*> ArrayType::getConstantExpressions() const { in getConstantExpressions() function in android::ArrayType
90 std::vector<const ConstantExpression*> EnumType::getConstantExpressions() const { in getConstantExpressions() function in android::EnumType