Searched refs:TST_unspecified (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 370 case TST_unspecified: in isDeclarationOfFunction() 561 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName() 682 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec() 775 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 806 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 838 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 868 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType() 902 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector() 917 if (TypeSpecType != TST_unspecified) { in SetTypePipe() 935 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 1026 case TST_unspecified: in containsUnexpandedParameterPacks()
|
| H A D | SemaType.cpp | 956 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType() 6030 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
|
| H A D | SemaDecl.cpp | 677 return DeclSpec::TST_unspecified; in isTagName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 56 TST_unspecified, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 277 static const TST TST_unspecified = clang::TST_unspecified; variable 489 TypeSpecType(TST_unspecified), TypeAltiVecVector(false), in DeclSpec() 523 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType() 691 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 441 return TST_unspecified; in getWrittenTypeSpec()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 650 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec() 676 wbs.Type = TST_unspecified; in initializeLocal()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 827 return ParseOpenACCDirectiveDecl(AS, Attrs, DeclSpec::TST_unspecified, in ParseExternalDeclaration() 1162 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseTemplate.cpp | 813 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
|
| H A D | ParseOpenACC.cpp | 1599 if (TagType == DeclSpec::TST_unspecified) { in ParseOpenACCAfterRoutineDecl()
|
| H A D | ParseOpenMP.cpp | 2166 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseDecl.cpp | 4382 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 811 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified); 6492 DeclSpec::TST TagType = DeclSpec::TST_unspecified,
|