Searched refs:TST_unspecified (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 372 case TST_unspecified: in isDeclarationOfFunction() 544 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName() 654 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec() 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() 898 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 880 case TST_unspecified: in containsUnexpandedParameterPacks()
|
| H A D | SemaType.cpp | 1326 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType() 5983 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
|
| H A D | SemaDecl.cpp | 625 return DeclSpec::TST_unspecified; in isTagName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 44 TST_unspecified, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 416 return TST_unspecified; in getWrittenTypeSpec()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 637 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec() 663 wbs.Type = TST_unspecified; in initializeLocal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1041 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified); 3213 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 971 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
|
| H A D | Parser.cpp | 1110 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseOpenMP.cpp | 2107 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseDecl.cpp | 3907 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
|