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.cpp355 case TST_decimal64: in isDeclarationOfFunction()
582 case DeclSpec::TST_decimal64: return "_Decimal64"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp925 case TST_decimal64: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1178 case DeclSpec::TST_decimal64: // _Decimal64 in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h299 static const TST TST_decimal64 = clang::TST_decimal64; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4606 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal64, Loc, PrevSpec, in ParseDeclarationSpecifiers()