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.cpp354 case TST_decimal32: in isDeclarationOfFunction()
581 case DeclSpec::TST_decimal32: return "_Decimal32"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp924 case TST_decimal32: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1177 case DeclSpec::TST_decimal32: // _Decimal32 in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h298 static const TST TST_decimal32 = clang::TST_decimal32; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4602 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal32, Loc, PrevSpec, in ParseDeclarationSpecifiers()