Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp359 case TST_unspecified: in isDeclarationOfFunction()
710 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
730 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
760 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
779 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
811 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
825 if (TypeSpecType != TST_unspecified) { in SetTypePipe()
841 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
1145 if (TypeSpecType == TST_unspecified) in Finish()
1162 if (TypeSpecType == TST_unspecified) in Finish()
[all …]
H A DSemaTemplateVariadic.cpp837 case TST_unspecified: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1291 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
H A DSemaDecl.cpp621 return DeclSpec::TST_unspecified; in isTagName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h46 TST_unspecified, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h272 static const TST TST_unspecified = clang::TST_unspecified; variable
430 TypeSpecType(TST_unspecified), in DeclSpec()
474 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
610 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp397 return TST_unspecified; in getWrittenTypeSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h631 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
657 wbs.Type = TST_unspecified; in initializeLocal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp824 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
858 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseTemplate.cpp694 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
H A DParser.cpp994 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp3644 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h937 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);
2787 DeclSpec::TST TagType = DeclSpec::TST_unspecified,