Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance
568 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()569 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()570 TypeSpecComplex = C; in SetTypeSpecComplex()925 TypeSpecComplex != TSC_unspecified || in Finish()946 TypeSpecComplex = TSC_unspecified; in Finish()1035 if (TypeSpecComplex != TSC_unspecified) { in Finish()1049 TypeSpecComplex = TSC_unspecified; in Finish()
319 /*TSC*/unsigned TypeSpecComplex : 2; variable407 TypeSpecComplex(TSC_unspecified), in DeclSpec()464 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()