Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
714 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()715 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()716 TypeSpecComplex = C; in SetTypeSpecComplex()1127 TypeSpecComplex != TSC_unspecified || in Finish()1148 TypeSpecComplex = TSC_unspecified; in Finish()1297 if (TypeSpecComplex != TSC_unspecified) { in Finish()1315 TypeSpecComplex = TSC_unspecified; in Finish()
334 /*TSC*/unsigned TypeSpecComplex : 2; variable427 TypeSpecComplex(TSC_unspecified), in DeclSpec()472 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()