Home
last modified time | relevance | path

Searched refs:TST_unspecified (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp373 case TST_unspecified: in isDeclarationOfFunction()
768 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
790 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
822 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
852 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
886 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
901 if (TypeSpecType != TST_unspecified) { in SetTypePipe()
962 if (TypeSpecType != TST_unspecified) { in SetBitIntType()
1270 if (TypeSpecType == TST_unspecified) in Finish()
1288 if (TypeSpecType == TST_unspecified) in Finish()
[all …]
H A DSemaTemplateVariadic.cpp889 case TST_unspecified: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1347 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
6375 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
H A DSemaDecl.cpp712 return DeclSpec::TST_unspecified; in isTagName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h56 TST_unspecified, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h277 static const TST TST_unspecified = clang::TST_unspecified; variable
464 TypeSpecType(TST_unspecified), TypeAltiVecVector(false), in DeclSpec()
498 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
658 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp435 return TST_unspecified; in getWrittenTypeSpec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h642 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
668 wbs.Type = TST_unspecified; in initializeLocal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1096 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified);
3400 DeclSpec::TST TagType = DeclSpec::TST_unspecified,
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1029 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParser.cpp1219 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
H A DParseOpenMP.cpp2308 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp4324 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()