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