Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
581 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()582 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()583 TypeSpecComplex = C; in SetTypeSpecComplex()918 TypeSpecComplex != TSC_unspecified || in Finish()939 TypeSpecComplex = TSC_unspecified; in Finish()1028 if (TypeSpecComplex != TSC_unspecified) { in Finish()1042 TypeSpecComplex = TSC_unspecified; in Finish()
327 /*TSC*/unsigned TypeSpecComplex : 2; variable415 TypeSpecComplex(TSC_unspecified), in DeclSpec()472 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()