Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp363 case TST_error: in isDeclarationOfFunction()
766 if (TypeSpecType == TST_error) in SetTypeSpecType()
788 if (TypeSpecType == TST_error) in SetTypeSpecType()
820 if (TypeSpecType == TST_error) in SetTypeSpecType()
850 if (TypeSpecType == TST_error) in SetTypeSpecType()
884 if (TypeSpecType == TST_error) in SetTypeAltiVecVector()
899 if (TypeSpecType == TST_error) in SetTypePipe()
916 if (TypeSpecType == TST_error) in SetTypeAltiVecPixel()
933 if (TypeSpecType == TST_error) in SetTypeAltiVecBool()
948 TypeSpecType = TST_error; in SetTypeSpecError()
[all …]
H A DSemaCXXScopeSpec.cpp846 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaTemplateVariadic.cpp922 case TST_error: in containsUnexpandedParameterPacks()
H A DSemaExprCXX.cpp470 if (DS.getTypeSpecType() == DeclSpec::TST_error) in getDestructorTypeForDecltype()
H A DSemaType.cpp1749 case DeclSpec::TST_error: in ConvertDeclSpecToType()
H A DSemaDecl.cpp5291 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h99 TST_error // erroneous type enumerator
105 static_assert(TST_error < 1 << 7, "Type bitfield not wide enough for TST");
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h322 static const TST TST_error = clang::TST_error; variable
1964 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()
2637 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1179 if (DS.getTypeSpecType() == TST_error) { in AnnotateExistingDecltypeSpecifier()
1953 (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()
1955 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
H A DParseExprCXX.cpp1802 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()