Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
677 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()678 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()679 TypeSpecComplex = C; in SetTypeSpecComplex()1042 TypeSpecComplex != TSC_unspecified || in Finish()1063 TypeSpecComplex = TSC_unspecified; in Finish()1189 if (TypeSpecComplex != TSC_unspecified) { in Finish()1203 TypeSpecComplex = TSC_unspecified; in Finish()
343 /*TSC*/unsigned TypeSpecComplex : 2; variable428 TypeSpecComplex(TSC_unspecified), in DeclSpec()481 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()