Searched refs:TST_int (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/Basic/
H A DSpecifiers.h43 TST_int, enumerator in enum:clang::TypeSpecifierType
/external/clang/lib/Sema/
H A DDeclSpec.cpp279 case TST_int:
430 case DeclSpec::TST_int: return "int";
966 (TypeSpecType != TST_int)) || TypeAltiVecPixel) {
978 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
985 TypeSpecType = TST_int;
995 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int.
996 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 &&
1011 TypeSpecType = TST_int; // short -> short int, long long -> long long int.
1012 else if (TypeSpecType != TST_int) {
1017 TypeSpecType = TST_int;
[all...]
H A DSemaTemplateVariadic.cpp716 case TST_int:
H A DSemaType.cpp812 case DeclSpec::TST_int: {
H A DSemaDecl.cpp9703 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
10321 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID,
/external/clang/include/clang/Sema/
H A DDeclSpec.h265 static const TST TST_int = clang::TST_int; member in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParser.cpp936 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int,
H A DParseExprCXX.cpp1778 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy);
H A DParseDecl.cpp3008 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec,

Completed in 486 milliseconds