Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1006 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1018 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1046 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1069 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1076 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1094 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1612 DS.SetTypeSpecError(); in ParseClassSpecifier()
1707 DS.SetTypeSpecError(); in ParseClassSpecifier()
2040 DS.SetTypeSpecError(); in ParseClassSpecifier()
2063 DS.SetTypeSpecError(); in ParseClassSpecifier()
[all …]
H A DParseDecl.cpp2486 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2490 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2764 DS.SetTypeSpecError(); in ParseImplicitInt()
4664 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4743 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4751 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4772 DS.SetTypeSpecError(); in ParseEnumSpecifier()
4781 DS.SetTypeSpecError(); in ParseEnumSpecifier()
7267 DS.SetTypeSpecError(); in ParseTypeofSpecifier()
7283 DS.SetTypeSpecError(); in ParseTypeofSpecifier()
[all …]
H A DParseTemplate.cpp647 DS.SetTypeSpecError(); in ParseTemplateParameter()
H A DParseExprCXX.cpp2170 DS.SetTypeSpecError(); in ParseCXXSimpleTypeSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h672 return SetTypeSpecError(); in SetTypeSpecType()
710 bool SetTypeSpecError();
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp926 bool DeclSpec::SetTypeSpecError() { in SetTypeSpecError() function in DeclSpec