Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h78 TST_struct, enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h285 static const TST TST_struct = clang::TST_struct; variable
417 return (T == TST_enum || T == TST_struct || in isDeclRep()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp369 case TST_struct: in isDeclarationOfFunction()
570 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp900 case TST_struct: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp642 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
4958 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
4983 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
5221 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
15837 case TST_struct: in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4411 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
5762 case DeclSpec::TST_struct: in CodeCompleteTag()
H A DSemaType.cpp1558 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp1481 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1525 if (TagType == DeclSpec::TST_struct && Tok.isNot(tok::identifier) && in ParseClassSpecifier()
1583 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
3312 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParser.cpp1104 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2728 case DeclSpec::TST_struct: in ParseImplicitInt()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2843 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2854 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()