Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h64 TST_struct, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h290 static const TST TST_struct = clang::TST_struct; variable
414 return (T == TST_enum || T == TST_struct || in isDeclRep()
/external/clang/lib/Sema/
DDeclSpec.cpp299 case TST_struct: in isDeclarationOfFunction()
469 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
DSemaTemplateVariadic.cpp737 case TST_struct: in containsUnexpandedParameterPacks()
DSemaDecl.cpp558 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
3807 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
3831 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
4070 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
11973 case TST_struct: in ParseTypedefDecl()
DSemaType.cpp1441 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3786 case DeclSpec::TST_struct: in CodeCompleteTag()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1221 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1272 if (TagType == DeclSpec::TST_struct && in ParseClassSpecifier()
1358 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
2947 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
DParseDecl.cpp2324 case DeclSpec::TST_struct: in ParseImplicitInt()
/external/clang/lib/AST/
DType.cpp2383 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2394 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()