Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h54 TST_struct, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h293 static const TST TST_struct = clang::TST_struct; variable
414 return (T == TST_enum || T == TST_struct || in isDeclRep()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp305 case TST_struct: in isDeclarationOfFunction()
467 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp741 case TST_struct: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp474 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
3415 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
3455 DS.getTypeSpecType() == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()
3485 DS.getTypeSpecType() == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()
3631 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
3640 TypeSpecType == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()
10886 case TST_struct: in ParseTypedefDecl()
H A DSemaType.cpp888 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp3665 case DeclSpec::TST_struct: in CodeCompleteTag()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1375 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
1386 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1192 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1246 if (TagType == DeclSpec::TST_struct && in ParseClassSpecifier()
2630 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParseDecl.cpp2200 case DeclSpec::TST_struct: in ParseImplicitInt()