Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp373 case TST_unspecified: in isDeclarationOfFunction()
562 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
679 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()
772 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
803 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
835 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
865 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
899 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
914 if (TypeSpecType != TST_unspecified) { in SetTypePipe()
932 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
[all …]
HDSemaTemplateVariadic.cpp906 case TST_unspecified: in containsUnexpandedParameterPacks()
HDSemaType.cpp945 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
5951 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
HDSemaDecl.cpp660 return DeclSpec::TST_unspecified; in isTagName()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h56 TST_unspecified, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h278 static const TST TST_unspecified = clang::TST_unspecified; variable
487 TypeSpecType(TST_unspecified), TypeAltiVecVector(false), in DeclSpec()
521 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
689 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTypeLoc.cpp438 return TST_unspecified; in getWrittenTypeSpec()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h648 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
674 wbs.Type = TST_unspecified; in initializeLocal()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTemplate.cpp918 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
HDParser.cpp1224 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
HDParseOpenMP.cpp2316 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
HDParseDecl.cpp4589 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1130 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified);
3482 DeclSpec::TST TagType = DeclSpec::TST_unspecified,