Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h81 TST_struct, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h302 static const TST TST_struct = clang::TST_struct; variable
444 return (T == TST_enum || T == TST_struct || in isDeclRep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp369 case TST_struct: in isDeclarationOfFunction()
585 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp912 case TST_struct: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp700 return DeclSpec::TST_struct; in isTagName()
5115 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
5145 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
5383 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
16899 case TST_struct: in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4527 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
5894 case DeclSpec::TST_struct: in CodeCompleteTag()
H A DSemaType.cpp1589 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1553 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1597 if (TagType == DeclSpec::TST_struct && Tok.isNot(tok::identifier) && in ParseClassSpecifier()
1693 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
3465 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParser.cpp1165 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2890 case DeclSpec::TST_struct: in ParseImplicitInt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3056 case TST_struct: in getKeywordForTypeSpec()
3072 case TST_struct: in getTagTypeKindForTypeSpec()