Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2577 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2581 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2855 DS.SetTypeSpecError(); in ParseImplicitInt()
4821 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4900 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4908 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4929 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4938 DS.SetTypeSpecError(); in ParseEnumSpecifier()
7458 DS.SetTypeSpecError(); in ParseTypeofSpecifier()
7474 DS.SetTypeSpecError(); in ParseTypeofSpecifier()
[all …]
H A DParseDeclCXX.cpp1027 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1039 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1066 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1090 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1097 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1114 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1599 DS.SetTypeSpecError(); in ParseClassSpecifier()
1694 DS.SetTypeSpecError(); in ParseClassSpecifier()
2027 DS.SetTypeSpecError(); in ParseClassSpecifier()
2049 DS.SetTypeSpecError(); in ParseClassSpecifier()
[all …]
H A DParseTemplate.cpp670 DS.SetTypeSpecError(); in ParseTemplateParameter()
H A DParseExprCXX.cpp2207 DS.SetTypeSpecError(); in ParseCXXSimpleTypeSpecifier()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h673 return SetTypeSpecError(); in SetTypeSpecType()
711 bool SetTypeSpecError();
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp927 bool DeclSpec::SetTypeSpecError() { in SetTypeSpecError() function in DeclSpec