Home
last modified time | relevance | path

Searched refs:TST_decimal32 (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DSpecifiers.h59 TST_decimal32, // _Decimal32 enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h63 TST_decimal32, // _Decimal32 enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp289 case TST_decimal32: in isDeclarationOfFunction()
463 case DeclSpec::TST_decimal32: return "_Decimal32"; in getSpecifierName()
DSemaTemplateVariadic.cpp732 case TST_decimal32: in containsUnexpandedParameterPacks()
DSemaType.cpp1431 case DeclSpec::TST_decimal32: // _Decimal32 in ConvertDeclSpecToType()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp353 case TST_decimal32: in isDeclarationOfFunction()
561 case DeclSpec::TST_decimal32: return "_Decimal32"; in getSpecifierName()
DSemaTemplateVariadic.cpp897 case TST_decimal32: in containsUnexpandedParameterPacks()
DSemaType.cpp1563 case DeclSpec::TST_decimal32: // _Decimal32 in ConvertDeclSpecToType()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h279 static const TST TST_decimal32 = clang::TST_decimal32; variable
/external/clang/lib/Parse/
DParseDecl.cpp3361 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal32, Loc, PrevSpec, in ParseDeclarationSpecifiers()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp3860 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal32, Loc, PrevSpec, in ParseDeclarationSpecifiers()