Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp372 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 DSemaTemplateVariadic.cpp880 case TST_unspecified: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1326 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
5983 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
H A DSemaDecl.cpp625 return DeclSpec::TST_unspecified; in isTagName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h44 TST_unspecified, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h260 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 DTypeLoc.cpp416 return TST_unspecified; in getWrittenTypeSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h637 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 DParser.h1041 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 DParseTemplate.cpp971 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParser.cpp1110 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
H A DParseOpenMP.cpp2107 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp3907 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()