Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h77 TST_decimal64, // _Decimal64 enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp352 case TST_decimal64: in isDeclarationOfFunction()
581 case DeclSpec::TST_decimal64: return "_Decimal64"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1045 case TST_decimal64: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1187 case DeclSpec::TST_decimal64: // _Decimal64 in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h298 static const TST TST_decimal64 = clang::TST_decimal64; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4399 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal64, Loc, PrevSpec, in ParseDeclarationSpecifiers()