Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
595 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()596 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()597 TypeSpecComplex = C; in SetTypeSpecComplex()962 TypeSpecComplex != TSC_unspecified || in Finish()983 TypeSpecComplex = TSC_unspecified; in Finish()1097 if (TypeSpecComplex != TSC_unspecified) { in Finish()1111 TypeSpecComplex = TSC_unspecified; in Finish()
338 /*TSC*/unsigned TypeSpecComplex : 2; variable424 TypeSpecComplex(TSC_unspecified), in DeclSpec()477 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()