Searched refs:isTypeAliasScope (Results 1 – 2 of 2) sorted by relevance
610 bool isTypeAliasScope() const { return getFlags() & Scope::TypeAliasScope; } in isTypeAliasScope() function
19693 if (Parent && Parent->isTypeAliasScope() && in ActOnFields()