Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp734 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
735 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
736 TypeSpecComplex = C; in SetTypeSpecComplex()
1146 TypeSpecComplex != TSC_unspecified || in Finish()
1167 TypeSpecComplex = TSC_unspecified; in Finish()
1316 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1334 TypeSpecComplex = TSC_unspecified; in Finish()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h360 /*TSC*/unsigned TypeSpecComplex : 2; variable
462 TypeSpecComplex(TSC_unspecified), in DeclSpec()
507 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()