Home
last modified time | relevance | path

Searched refs:TST_struct (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h81 TST_struct, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h302 static const TST TST_struct = clang::TST_struct; variable
469 return (T == TST_enum || T == TST_struct || in isDeclRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp366 case TST_struct: in isDeclarationOfFunction()
586 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1049 case TST_struct: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp665 return DeclSpec::TST_struct; in isTagName()
5089 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
5118 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
5342 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
17143 case TST_struct: in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4698 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
6073 case DeclSpec::TST_struct: in CodeCompleteTag()
H A DSemaType.cpp1196 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1555 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1605 if (TagType == DeclSpec::TST_struct && Tok.isNot(tok::identifier) && in ParseClassSpecifier()
1699 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
3542 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParser.cpp1108 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2881 case DeclSpec::TST_struct: in ParseImplicitInt()
4653 if (DS.getTypeSpecType() != DeclSpec::TST_struct) in DiagnoseCountAttributedTypeInUnnamedAnon()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3231 case TST_struct: in getKeywordForTypeSpec()
3246 case TST_struct: in getTagTypeKindForTypeSpec()