Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h57 TST_struct, enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h294 static const TST TST_struct = clang::TST_struct; variable
410 return (T == TST_enum || T == TST_struct || in isDeclRep()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp305 case TST_struct: in isDeclarationOfFunction()
467 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
HDSemaTemplateVariadic.cpp736 case TST_struct: in containsUnexpandedParameterPacks()
HDSemaDecl.cpp514 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
3629 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
3652 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
3862 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
11237 case TST_struct: in ParseTypedefDecl()
HDSemaType.cpp1347 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
HDSemaCodeComplete.cpp3772 case DeclSpec::TST_struct: in CodeCompleteTag()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp1199 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1250 if (TagType == DeclSpec::TST_struct && in ParseClassSpecifier()
2790 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
HDParseDecl.cpp2275 case DeclSpec::TST_struct: in ParseImplicitInt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp2338 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2349 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()