Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h82 TST_class, // C++ class type enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h304 static const TST TST_class = clang::TST_class; variable
446 T == TST_class); in isDeclRep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp352 case TST_class: in isDeclarationOfFunction()
583 case DeclSpec::TST_class: return "class"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp914 case TST_class: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp706 return DeclSpec::TST_class; in isTagName()
5113 case DeclSpec::TST_class: in GetDiagnosticTypeSpecifierID()
5144 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
5382 if (TypeSpecType == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
16902 case TST_class: { in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4526 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()
5895 case DeclSpec::TST_class: in CodeCompleteTag()
H A DSemaType.cpp1586 case DeclSpec::TST_class: in ConvertDeclSpecToType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1557 TagType = DeclSpec::TST_class; in ParseClassSpecifier()
3467 TagType == DeclSpec::TST_union || TagType == DeclSpec::TST_class) && in ParseCXXMemberSpecification()
3644 if (TagType == DeclSpec::TST_class && !getLangOpts().HLSL) in ParseCXXMemberSpecification()
H A DParser.cpp1163 case DeclSpec::TST_class: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2895 case DeclSpec::TST_class: in ParseImplicitInt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3054 case TST_class: in getKeywordForTypeSpec()
3070 case TST_class: in getTagTypeKindForTypeSpec()