Home | History | Annotate | Download | only in Sema

Lines Matching refs:EnumUnderlyingIsImplicit

11591     bool EnumUnderlyingIsImplicit, const EnumDecl *Prev) {
11613 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) {
11886 bool EnumUnderlyingIsImplicit = false;
11912 EnumUnderlyingIsImplicit = true;
12268 EnumUnderlyingIsImplicit, PrevEnum))