Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp373 case TST_unspecified: in isDeclarationOfFunction()
748 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
770 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
802 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
832 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
866 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
881 if (TypeSpecType != TST_unspecified) { in SetTypePipe()
942 if (TypeSpecType != TST_unspecified) { in SetBitIntType()
1251 if (TypeSpecType == TST_unspecified) in Finish()
1269 if (TypeSpecType == TST_unspecified) in Finish()
[all …]
H A DSemaTemplateVariadic.cpp877 case TST_unspecified: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1317 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
6130 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
H A DSemaDecl.cpp650 return DeclSpec::TST_unspecified; in isTagName()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h53 TST_unspecified, enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h260 static const TST TST_unspecified = clang::TST_unspecified; variable
429 TypeSpecType(TST_unspecified), TypeAltiVecVector(false), in DeclSpec()
463 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
623 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp426 return TST_unspecified; in getWrittenTypeSpec()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h636 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
662 wbs.Type = TST_unspecified; in initializeLocal()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1058 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified);
3227 DeclSpec::TST TagType = DeclSpec::TST_unspecified,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTemplate.cpp999 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParser.cpp1154 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
H A DParseOpenMP.cpp2296 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp4068 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()