Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
713 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()714 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()715 TypeSpecComplex = C; in SetTypeSpecComplex()1126 TypeSpecComplex != TSC_unspecified || in Finish()1147 TypeSpecComplex = TSC_unspecified; in Finish()1290 if (TypeSpecComplex != TSC_unspecified) { in Finish()1307 TypeSpecComplex = TSC_unspecified; in Finish()
333 /*TSC*/unsigned TypeSpecComplex : 2; variable426 TypeSpecComplex(TSC_unspecified), in DeclSpec()472 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()