Searched refs:TST_int (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 366 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 D | SemaTemplateVariadic.cpp | 913 case TST_int: in containsUnexpandedParameterPacks()
|
H A D | SemaDecl.cpp | 15183 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 D | SemaType.cpp | 1001 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 63 TST_int, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 285 static const TST TST_int = clang::TST_int; variable
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1310 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
|
H A D | ParseExprCXX.cpp | 2403 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
|
H A D | ParseDecl.cpp | 4499 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()
|