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.h305 static const TST TST_class = clang::TST_class; variable
469 T == TST_class); in isDeclRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp352 case TST_class: in isDeclarationOfFunction()
585 case DeclSpec::TST_class: return "class"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp931 case TST_class: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp654 return DeclSpec::TST_class; in isTagName()
4977 case DeclSpec::TST_class: in GetDiagnosticTypeSpecifierID()
5006 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
5227 if (TypeSpecType == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
16681 case TST_class: { in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4534 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()
5924 case DeclSpec::TST_class: in CodeCompleteTag()
H A DSemaType.cpp1184 case DeclSpec::TST_class: in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1718 TagType = DeclSpec::TST_class; in ParseClassSpecifier()
3648 TagType == DeclSpec::TST_union || TagType == DeclSpec::TST_class) && in ParseCXXMemberSpecification()
3825 if (TagType == DeclSpec::TST_class && !getLangOpts().HLSL) in ParseCXXMemberSpecification()
H A DParser.cpp1168 case DeclSpec::TST_class: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp3087 case DeclSpec::TST_class: in ParseImplicitInt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3116 case TST_class: in getKeywordForTypeSpec()
3132 case TST_class: in getTagTypeKindForTypeSpec()