Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h58 TST_struct, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h289 static const TST TST_struct = clang::TST_struct; variable
406 return (T == TST_enum || T == TST_struct || in isDeclRep()
/external/clang/lib/Sema/
DDeclSpec.cpp297 case TST_struct: in isDeclarationOfFunction()
464 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
DSemaTemplateVariadic.cpp736 case TST_struct: in containsUnexpandedParameterPacks()
DSemaDecl.cpp514 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
3692 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
3715 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
3938 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
11554 case TST_struct: in ParseTypedefDecl()
DSemaType.cpp1359 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3773 case DeclSpec::TST_struct: in CodeCompleteTag()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1206 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1257 if (TagType == DeclSpec::TST_struct && in ParseClassSpecifier()
1342 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
2926 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
DParseDecl.cpp2269 case DeclSpec::TST_struct: in ParseImplicitInt()
/external/clang/lib/AST/
DType.cpp2377 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2388 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()