Home
last modified time | relevance | path

Searched refs:GetDefinedType (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/tools/aidl/
H A Dparser.cpp104 scope_ = ref->GetRefType()->GetDefinedType(); in Push()
H A Daidl_to_rust.cpp69 if (auto defined_type = type.GetDefinedType(); defined_type) { in ConstantValueDecoratorInternal()
H A Ddiagnostics.cpp182 const auto defined_type = v.GetType().GetDefinedType(); in CheckExplicitDefault()
H A Daidl_to_cpp.cpp206 if (auto defined_type = type.GetDefinedType(); defined_type) { in ConstantValueDecorator()
H A Daidl_const_expressions.cpp472 const AidlDefinedType* defined_type = type.GetDefinedType(); in ValueString()
738 defined_type = ref_type_->GetDefinedType(); in Resolve()
H A Daidl_to_ndk.cpp81 if (auto defined_type = type.GetDefinedType(); defined_type) { in ConstantValueDecorator()
H A Daidl_language.cpp500 const AidlDefinedType* AidlTypeSpecifier::GetDefinedType() const { in GetDefinedType() function in AidlTypeSpecifier
642 if (auto defined_type = type.GetDefinedType(); defined_type) { in AidlConstantValueDecorator()
H A Daidl_to_java.cpp48 if (auto defined_type = type.GetDefinedType(); defined_type) { in ConstantValueDecorator()
H A Dgenerate_ndk.cpp1049 } else if (auto type = variable->GetType().GetDefinedType(); type) { in GenerateParcelHeader()
H A Daidl_language.h411 const AidlDefinedType* GetDefinedType() const;
H A Dgenerate_cpp.cpp1230 } else if (auto type = variable->GetType().GetDefinedType(); type) { in BuildParcelFields()