Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h78 TST_struct, enumerator
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h286 static const TST TST_struct = clang::TST_struct; variable
428 return (T == TST_enum || T == TST_struct || in isDeclRep()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp369 case TST_struct: in isDeclarationOfFunction()
573 case DeclSpec::TST_struct: return "struct"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp905 case TST_struct: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp679 case TTK_Struct: return DeclSpec::TST_struct; in isTagName()
5034 case DeclSpec::TST_struct: in GetDiagnosticTypeSpecifierID()
5059 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
5297 TypeSpecType == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()
16297 case TST_struct: in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4446 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()
5813 case DeclSpec::TST_struct: in CodeCompleteTag()
H A DSemaType.cpp1571 case DeclSpec::TST_struct: in ConvertDeclSpecToType()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp1535 TagType = DeclSpec::TST_struct; in ParseClassSpecifier()
1579 if (TagType == DeclSpec::TST_struct && Tok.isNot(tok::identifier) && in ParseClassSpecifier()
1672 TagType == DeclSpec::TST_struct; in ParseClassSpecifier()
3405 assert((TagType == DeclSpec::TST_struct || in ParseCXXMemberSpecification()
H A DParser.cpp1136 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2746 case DeclSpec::TST_struct: in ParseImplicitInt()
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp2850 case TST_struct: return ETK_Struct; in getKeywordForTypeSpec()
2861 case TST_struct: return TTK_Struct; in getTagTypeKindForTypeSpec()