Home
last modified time | relevance | path

Searched refs:SetTypeSpecError (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2737 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2741 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
3017 DS.SetTypeSpecError(); in ParseImplicitInt()
4919 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4936 DS.SetTypeSpecError(); in ParseEnumSpecifier()
5102 DS.SetTypeSpecError(); in ParseEnumSpecifier()
5116 DS.SetTypeSpecError(); in ParseEnumSpecifier()
5185 DS.SetTypeSpecError(); in ParseEnumSpecifier()
5214 DS.SetTypeSpecError(); in ParseEnumSpecifier()
7913 DS.SetTypeSpecError(); in ParseTypeofSpecifier()
[all …]
H A DParseDeclCXX.cpp1081 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1093 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1120 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1144 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1151 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1168 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1712 DS.SetTypeSpecError(); in ParseClassSpecifier()
1807 DS.SetTypeSpecError(); in ParseClassSpecifier()
2157 DS.SetTypeSpecError(); in ParseClassSpecifier()
2179 DS.SetTypeSpecError(); in ParseClassSpecifier()
[all …]
H A DParseTemplate.cpp683 DS.SetTypeSpecError(); in ParseTemplateParameter()
H A DParseExprCXX.cpp2266 DS.SetTypeSpecError(); in ParseCXXSimpleTypeSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h708 return SetTypeSpecError(); in SetTypeSpecType()
746 bool SetTypeSpecError();
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp947 bool DeclSpec::SetTypeSpecError() { in SetTypeSpecError() function in DeclSpec