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

/external/clang/include/clang/Basic/
H A DSpecifiers.h49 TST_decimal32, // _Decimal32 enumerator in enum:clang::TypeSpecifierType
/external/clang/lib/Sema/
H A DDeclSpec.cpp272 case TST_decimal32:
436 case DeclSpec::TST_decimal32: return "_Decimal32";
H A DSemaTemplateVariadic.cpp722 case TST_decimal32:
H A DSemaType.cpp876 case DeclSpec::TST_decimal32: // _Decimal32
/external/clang/include/clang/Sema/
H A DDeclSpec.h271 static const TST TST_decimal32 = clang::TST_decimal32; member in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParseDecl.cpp3055 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal32, Loc, PrevSpec,

Completed in 148 milliseconds