Home
last modified time | relevance | path

Searched refs:GetArgumentAspect (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl_typenames.h77 ArgumentAspect GetArgumentAspect(const AidlTypeSpecifier& type) const;
H A Daidl_typenames.cpp295 ArgumentAspect AidlTypenames::GetArgumentAspect(const AidlTypeSpecifier& type) const { in GetArgumentAspect() function in android::aidl::AidlTypenames
H A Daidl_language.cpp789 const auto& aspect = typenames.GetArgumentAspect(GetType()); in CheckValid()