Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1136 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1148 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1175 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1199 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1206 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1223 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1275 DS.SetTypeSpecError(); in ParsePackIndexingType()
1284 DS.SetTypeSpecError(); in ParsePackIndexingType()
1291 DS.SetTypeSpecError(); in ParsePackIndexingType()
1879 DS.SetTypeSpecError(); in ParseClassSpecifier()
[all …]
H A DParseDecl.cpp2929 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2933 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
3209 DS.SetTypeSpecError(); in ParseImplicitInt()
3762 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
3789 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
4015 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
4122 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
4698 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
4814 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
5242 DS.SetTypeSpecError(); // Needed by ActOnUsingDeclaration. in ParseEnumSpecifier()
[all …]
H A DParseTemplate.cpp565 DS.SetTypeSpecError(); in ParseTemplateParameter()
H A DParseExprCXX.cpp2364 DS.SetTypeSpecError(); in ParseCXXSimpleTypeSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h739 return SetTypeSpecError(); in SetTypeSpecType()
780 bool SetTypeSpecError();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp960 bool DeclSpec::SetTypeSpecError() { in SetTypeSpecError() function in DeclSpec