Home
last modified time | relevance | path

Searched refs:TST_decimal32 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h76 TST_decimal32, // _Decimal32 enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp351 case TST_decimal32: in isDeclarationOfFunction()
580 case DeclSpec::TST_decimal32: return "_Decimal32"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1044 case TST_decimal32: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1186 case DeclSpec::TST_decimal32: // _Decimal32 in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h297 static const TST TST_decimal32 = clang::TST_decimal32; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4395 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal32, Loc, PrevSpec, in ParseDeclarationSpecifiers()