Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
722 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()723 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()724 TypeSpecComplex = C; in SetTypeSpecComplex()1134 TypeSpecComplex != TSC_unspecified || in Finish()1155 TypeSpecComplex = TSC_unspecified; in Finish()1304 if (TypeSpecComplex != TSC_unspecified) { in Finish()1322 TypeSpecComplex = TSC_unspecified; in Finish()
344 /*TSC*/unsigned TypeSpecComplex : 2; variable446 TypeSpecComplex(TSC_unspecified), in DeclSpec()491 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()