Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp366 case TST_int: in isDeclarationOfFunction()
569 case DeclSpec::TST_int: return "int"; in getSpecifierName()
1219 (TypeSpecType != TST_int) && (TypeSpecType != TST_int128)) || in Finish()
1238 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1278 TypeSpecType = TST_int; in Finish()
1291 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int. in Finish()
1292 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 && in Finish()
1309 TypeSpecType = TST_int; // short -> short int, long long -> long long int. in Finish()
1310 else if (!(TypeSpecType == TST_int || in Finish()
1315 TypeSpecType = TST_int; in Finish()
[all …]
H A DSemaTemplateVariadic.cpp913 case TST_int: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp15183 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec, in ActOnFinishKNRParamDeclarations()
16339 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID, in ImplicitlyDefineFunction()
H A DSemaType.cpp1001 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h63 TST_int, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h285 static const TST TST_int = clang::TST_int; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1310 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
H A DParseExprCXX.cpp2403 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4499 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()