Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp258 case TST_int: in isDeclarationOfFunction()
373 case DeclSpec::TST_int: return "int"; in getSpecifierName()
753 (TypeSpecType != TST_int)) || TypeAltiVecPixel) { in Finish()
765 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
772 TypeSpecType = TST_int; in Finish()
782 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int. in Finish()
783 else if (TypeSpecType != TST_int && in Finish()
798 TypeSpecType = TST_int; // short -> short int, long long -> long long int. in Finish()
799 else if (TypeSpecType != TST_int) { in Finish()
804 TypeSpecType = TST_int; in Finish()
[all …]
DSemaTemplateVariadic.cpp641 case TST_int: in containsUnexpandedParameterPacks()
DSemaType.cpp682 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
DSemaDecl.cpp6228 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.ArgInfo[i].IdentLoc, in ActOnFinishKNRParamDeclarations()
6584 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID); in ImplicitlyDefineFunction()
/external/clang/include/clang/Basic/
DSpecifiers.h42 TST_int, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h244 static const TST TST_int = clang::TST_int; variable
/external/clang/lib/Parse/
DParser.cpp840 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
DParseDecl.cpp1781 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()
2083 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID); in ParseOptionalTypeSpecifier()
DParseExprCXX.cpp1075 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID); in ParseCXXSimpleTypeSpecifier()