Home
last modified time | relevance | path

Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp714 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()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h334 /*TSC*/unsigned TypeSpecComplex : 2; variable
427 TypeSpecComplex(TSC_unspecified), in DeclSpec()
472 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()