Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
587 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()588 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()589 TypeSpecComplex = C; in SetTypeSpecComplex()939 TypeSpecComplex != TSC_unspecified || in Finish()960 TypeSpecComplex = TSC_unspecified; in Finish()1066 if (TypeSpecComplex != TSC_unspecified) { in Finish()1080 TypeSpecComplex = TSC_unspecified; in Finish()
336 /*TSC*/unsigned TypeSpecComplex : 2; variable424 TypeSpecComplex(TSC_unspecified), in DeclSpec()481 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()