Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h68 TST_struct, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h294 static const TST TST_struct = clang::TST_struct; variable
418 return (T == TST_enum || T == TST_struct || in isDeclRep()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp355 case TST_struct: in isDeclarationOfFunction()
547 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp859 case TST_struct: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp613 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
4192 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
4216 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
4447 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
13710 case TST_struct: in ParseTypedefDecl()
H A DSemaCodeComplete.cpp3813 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
4391 case DeclSpec::TST_struct: in CodeCompleteTag()
H A DSemaType.cpp1477 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1381 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1432 if (TagType == DeclSpec::TST_struct && in ParseClassSpecifier()
1519 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
3108 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParser.cpp942 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2545 case DeclSpec::TST_struct: in ParseImplicitInt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2519 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2530 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()