Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h64 TST_decimal64, // _Decimal64 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp355 case TST_decimal64: in isDeclarationOfFunction()
563 case DeclSpec::TST_decimal64: return "_Decimal64"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp898 case TST_decimal64: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1552 case DeclSpec::TST_decimal64: // _Decimal64 in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h280 static const TST TST_decimal64 = clang::TST_decimal64; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3924 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal64, Loc, PrevSpec, in ParseDeclarationSpecifiers()