Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp677 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
678 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
679 TypeSpecComplex = C; in SetTypeSpecComplex()
1042 TypeSpecComplex != TSC_unspecified || in Finish()
1063 TypeSpecComplex = TSC_unspecified; in Finish()
1189 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1203 TypeSpecComplex = TSC_unspecified; in Finish()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h343 /*TSC*/unsigned TypeSpecComplex : 2; variable
428 TypeSpecComplex(TSC_unspecified), in DeclSpec()
481 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()