Searched defs:getConstantExpressions (Results 1 - 8 of 8) sorted by relevance

/system/tools/hidl/
H A DAnnotation.cpp33 std::vector<ConstantExpression*> AnnotationParam::getConstantExpressions() { function in class:android::AnnotationParam
34 const auto& constRet = static_cast<const AnnotationParam*>(this)->getConstantExpressions();
41 std::vector<const ConstantExpression*> AnnotationParam::getConstantExpressions() const { function in class:android::AnnotationParam
107 std::vector<const ConstantExpression*> ConstantExpressionAnnotationParam::getConstantExpressions() function in class:android::ConstantExpressionAnnotationParam
135 std::vector<ConstantExpression*> Annotation::getConstantExpressions() { function in class:android::Annotation
136 const auto& constRet = static_cast<const Annotation*>(this)->getConstantExpressions();
143 std::vector<const ConstantExpression*> Annotation::getConstantExpressions() const { function in class:android::Annotation
146 const auto& retParam = param->getConstantExpressions();
H A DMethod.cpp105 std::vector<ConstantExpression*> Method::getConstantExpressions() { function in class:android::Method
106 const auto& constRet = static_cast<const Method*>(this)->getConstantExpressions();
113 std::vector<const ConstantExpression*> Method::getConstantExpressions() const { function in class:android::Method
116 const auto& retAnnotation = annotation->getConstantExpressions();
H A DScope.cpp125 std::vector<const ConstantExpression*> Scope::getConstantExpressions() const { function in class:android::Scope
128 const auto& retAnnotation = annotation->getConstantExpressions();
H A DArrayType.cpp64 std::vector<const ConstantExpression*> ArrayType::getConstantExpressions() const { function in class:android::ArrayType
H A DConstantExpression.cpp459 std::vector<ConstantExpression*> ConstantExpression::getConstantExpressions() { function in class:android::ConstantExpression
460 const auto& constRet = static_cast<const ConstantExpression*>(this)->getConstantExpressions();
492 for (auto* nextCE : getConstantExpressions()) {
525 for (const auto* nextCE : getConstantExpressions()) {
569 for (const auto* nextCE : getConstantExpressions()) {
610 std::vector<const ConstantExpression*> LiteralConstantExpression::getConstantExpressions() const { function in class:android::LiteralConstantExpression
617 std::vector<const ConstantExpression*> UnaryConstantExpression::getConstantExpressions() const { function in class:android::UnaryConstantExpression
625 std::vector<const ConstantExpression*> BinaryConstantExpression::getConstantExpressions() const { function in class:android::BinaryConstantExpression
634 std::vector<const ConstantExpression*> TernaryConstantExpression::getConstantExpressions() const { function in class:android::TernaryConstantExpression
649 std::vector<const ConstantExpression*> ReferenceConstantExpression::getConstantExpressions() cons function in class:android::ReferenceConstantExpression
[all...]
H A DEnumType.cpp82 std::vector<const ConstantExpression*> EnumType::getConstantExpressions() const { function in class:android::EnumType
H A DInterface.cpp477 std::vector<const ConstantExpression*> Interface::getConstantExpressions() const { function in class:android::Interface
480 const auto& retMethod = method->getConstantExpressions();
H A DType.cpp131 std::vector<ConstantExpression*> Type::getConstantExpressions() { function in class:android::Type
132 const auto& constRet = static_cast<const Type*>(this)->getConstantExpressions();
139 std::vector<const ConstantExpression*> Type::getConstantExpressions() const { function in class:android::Type

Completed in 202 milliseconds