Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h68 TST_struct, enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h284 static const TST TST_struct = clang::TST_struct; variable
416 return (T == TST_enum || T == TST_struct || in isDeclRep()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp368 case TST_struct: in isDeclarationOfFunction()
568 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp902 case TST_struct: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp625 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
4616 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
4640 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
4878 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
15221 case TST_struct: in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4292 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
5484 case DeclSpec::TST_struct: in CodeCompleteTag()
H A DSemaType.cpp1564 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1460 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1509 if (TagType == DeclSpec::TST_struct && in ParseClassSpecifier()
1596 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
3298 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParser.cpp1062 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2637 case DeclSpec::TST_struct: in ParseImplicitInt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2801 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2812 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()