Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h82 TST_class, // C++ class type enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h304 static const TST TST_class = clang::TST_class; variable
471 T == TST_class); in isDeclRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp349 case TST_class: in isDeclarationOfFunction()
584 case DeclSpec::TST_class: return "class"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1051 case TST_class: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp671 return DeclSpec::TST_class; in isTagName()
5087 case DeclSpec::TST_class: in GetDiagnosticTypeSpecifierID()
5117 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
5341 if (TypeSpecType == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
17146 case TST_class: { in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4697 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()
6074 case DeclSpec::TST_class: in CodeCompleteTag()
H A DSemaType.cpp1193 case DeclSpec::TST_class: in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1559 TagType = DeclSpec::TST_class; in ParseClassSpecifier()
3544 TagType == DeclSpec::TST_union || TagType == DeclSpec::TST_class) && in ParseCXXMemberSpecification()
3747 if (TagType == DeclSpec::TST_class && !getLangOpts().HLSL) in ParseCXXMemberSpecification()
H A DParser.cpp1106 case DeclSpec::TST_class: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2886 case DeclSpec::TST_class: in ParseImplicitInt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3229 case TST_class: in getKeywordForTypeSpec()
3244 case TST_class: in getTagTypeKindForTypeSpec()