Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h68 TST_struct, enumerator
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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.cpp617 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
4553 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
4577 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
4815 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
15165 case TST_struct: in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4289 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
5481 case DeclSpec::TST_struct: in CodeCompleteTag()
H A DSemaType.cpp1561 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1424 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1473 if (TagType == DeclSpec::TST_struct && in ParseClassSpecifier()
1560 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
3230 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParser.cpp1059 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2630 case DeclSpec::TST_struct: in ParseImplicitInt()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2798 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2809 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()