Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
734 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()735 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()736 TypeSpecComplex = C; in SetTypeSpecComplex()1146 TypeSpecComplex != TSC_unspecified || in Finish()1167 TypeSpecComplex = TSC_unspecified; in Finish()1316 if (TypeSpecComplex != TSC_unspecified) { in Finish()1334 TypeSpecComplex = TSC_unspecified; in Finish()
360 /*TSC*/unsigned TypeSpecComplex : 2; variable462 TypeSpecComplex(TSC_unspecified), in DeclSpec()507 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()