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

/external/clang/include/clang/Basic/
H A DSpecifiers.h51 TST_decimal128, // _Decimal128 enumerator in enum:clang::TypeSpecifierType
/external/clang/lib/Sema/
H A DDeclSpec.cpp262 case TST_decimal128:
399 case DeclSpec::TST_decimal128: return "_Decimal128";
H A DSemaTemplateVariadic.cpp726 case TST_decimal128:
H A DSemaType.cpp748 case DeclSpec::TST_decimal128: // _Decimal128
/external/clang/include/clang/Sema/
H A DDeclSpec.h265 static const TST TST_decimal128 = clang::TST_decimal128; member in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParseDecl.cpp2698 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal128, Loc, PrevSpec,

Completed in 122 milliseconds