Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h74 TST_decimal64, // _Decimal64 enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp355 case TST_decimal64: in isDeclarationOfFunction()
568 case DeclSpec::TST_decimal64: return "_Decimal64"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp901 case TST_decimal64: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1562 case DeclSpec::TST_decimal64: // _Decimal64 in ConvertDeclSpecToType()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h282 static const TST TST_decimal64 = clang::TST_decimal64; variable
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp4163 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal64, Loc, PrevSpec, in ParseDeclarationSpecifiers()