Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp372 case TST_unspecified: in isDeclarationOfFunction()
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()
941 if (TypeSpecType != TST_unspecified) { in SetExtIntType()
1244 if (TypeSpecType == TST_unspecified) in Finish()
1262 if (TypeSpecType == TST_unspecified) in Finish()
[all …]
H A DSemaTemplateVariadic.cpp880 case TST_unspecified: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1327 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
6016 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()
H A DSemaDecl.cpp633 return DeclSpec::TST_unspecified; in isTagName()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h44 TST_unspecified, enumerator
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp416 return TST_unspecified; in getWrittenTypeSpec()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h637 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
663 wbs.Type = TST_unspecified; in initializeLocal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1042 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified);
3242 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp971 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParser.cpp1113 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
H A DParseOpenMP.cpp2108 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp3914 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()