Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp970 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
982 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1010 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1033 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1040 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1058 DS.SetTypeSpecError(); in ParseDecltypeSpecifier()
1576 DS.SetTypeSpecError(); in ParseClassSpecifier()
1671 DS.SetTypeSpecError(); in ParseClassSpecifier()
2000 DS.SetTypeSpecError(); in ParseClassSpecifier()
2023 DS.SetTypeSpecError(); in ParseClassSpecifier()
[all …]
H A DParseDecl.cpp2479 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2483 DS.SetTypeSpecError(); in ParseSpecifierQualifierList()
2757 DS.SetTypeSpecError(); in ParseImplicitInt()
3161 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
3186 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
3374 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
3477 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
4012 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
4110 DS.SetTypeSpecError(); in ParseDeclarationSpecifiers()
4651 DS.SetTypeSpecError(); in ParseEnumSpecifier()
[all …]
H A DParseTemplate.cpp647 DS.SetTypeSpecError(); in ParseTemplateParameter()
H A DParseExprCXX.cpp2170 DS.SetTypeSpecError(); in ParseCXXSimpleTypeSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h672 return SetTypeSpecError(); in SetTypeSpecType()
710 bool SetTypeSpecError();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp926 bool DeclSpec::SetTypeSpecError() { in SetTypeSpecError() function in DeclSpec