Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp725 TypeSpecWidth = static_cast<unsigned>(W); in SetTypeSpecWidth()
1166 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish()
1260 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Short); in Finish()
1294 << (int)TypeSpecWidth << getSpecifierName((TST)TypeSpecType, Policy); in Finish()
1306 << (int)TypeSpecWidth << getSpecifierName((TST)TypeSpecType, Policy); in Finish()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h359 /*TypeSpecifierWidth*/ unsigned TypeSpecWidth : 2; variable
461 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec()
505 return static_cast<TypeSpecifierWidth>(TypeSpecWidth); in getTypeSpecWidth()