Home
last modified time | relevance | path

Searched refs:TST_error (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp363 case TST_error: in isDeclarationOfFunction()
746 if (TypeSpecType == TST_error) in SetTypeSpecType()
768 if (TypeSpecType == TST_error) in SetTypeSpecType()
800 if (TypeSpecType == TST_error) in SetTypeSpecType()
830 if (TypeSpecType == TST_error) in SetTypeSpecType()
864 if (TypeSpecType == TST_error) in SetTypeAltiVecVector()
879 if (TypeSpecType == TST_error) in SetTypePipe()
896 if (TypeSpecType == TST_error) in SetTypeAltiVecPixel()
913 if (TypeSpecType == TST_error) in SetTypeAltiVecBool()
928 TypeSpecType = TST_error; in SetTypeSpecError()
[all …]
H A DSemaCXXScopeSpec.cpp870 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaTemplateVariadic.cpp910 case TST_error: in containsUnexpandedParameterPacks()
H A DSemaExprCXX.cpp464 if (DS.getTypeSpecType() == DeclSpec::TST_error) in getDestructorTypeForDecltype()
H A DSemaType.cpp1709 case DeclSpec::TST_error: in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp11830 case DeclSpec::TST_error: in ActOnUsingEnumDeclaration()
H A DSemaDecl.cpp5129 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h93 TST_error // erroneous type enumerator
99 static_assert(TST_error < 1 << 6, "Type bitfield not wide enough for TST");
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h301 static const TST TST_error = clang::TST_error; variable
1919 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()
2599 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp1125 if (DS.getTypeSpecType() == TST_error) { in AnnotateExistingDecltypeSpecifier()
1827 (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()
1829 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
H A DParseExprCXX.cpp1738 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()