Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h48 TST_decimal128, // _Decimal128 enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp251 case TST_decimal128: in isDeclarationOfFunction()
379 case DeclSpec::TST_decimal128: return "_Decimal128"; in getSpecifierName()
DSemaTemplateVariadic.cpp647 case TST_decimal128: in containsUnexpandedParameterPacks()
DSemaType.cpp729 case DeclSpec::TST_decimal128: // _Decimal128 in ConvertDeclSpecToType()
/external/clang/include/clang/Sema/
DDeclSpec.h250 static const TST TST_decimal128 = clang::TST_decimal128; variable
/external/clang/lib/Parse/
DParseDecl.cpp1828 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal128, Loc, PrevSpec, in ParseDeclarationSpecifiers()
2113 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal128, Loc, PrevSpec, in ParseOptionalTypeSpecifier()