D | CompoundType.cpp | 26 CompoundType::CompoundType(Style style, const char* localName, const Location& location, in CompoundType() argument 28 : Scope(localName, location, parent), mStyle(style), mFields(NULL) {} in CompoundType() 30 CompoundType::Style CompoundType::style() const { in style() function in android::CompoundType
|