Searched refs:TST_unspecified (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 372 case TST_unspecified: in isDeclarationOfFunction() 747 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 769 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 801 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 831 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 865 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector() 880 if (TypeSpecType != TST_unspecified) { in SetTypePipe() 941 if (TypeSpecType != TST_unspecified) { in SetExtIntType() 1244 if (TypeSpecType == TST_unspecified) in Finish() 1262 if (TypeSpecType == TST_unspecified) in Finish() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 880 case TST_unspecified: in containsUnexpandedParameterPacks()
|
| H A D | SemaType.cpp | 1327 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType() 6016 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
|
| H A D | SemaDecl.cpp | 633 return DeclSpec::TST_unspecified; in isTagName()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 44 TST_unspecified, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 260 static const TST TST_unspecified = clang::TST_unspecified; variable 428 TypeSpecType(TST_unspecified), TypeAltiVecVector(false), in DeclSpec() 463 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType() 622 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 416 return TST_unspecified; in getWrittenTypeSpec()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 637 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec() 663 wbs.Type = TST_unspecified; in initializeLocal()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1042 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified); 3242 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 971 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
|
| H A D | Parser.cpp | 1113 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseOpenMP.cpp | 2108 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseDecl.cpp | 3914 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
|