Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h79 TST_class, // C++ class type enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h288 static const TST TST_class = clang::TST_class; variable
430 T == TST_class); in isDeclRep()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp352 case TST_class: in isDeclarationOfFunction()
571 case DeclSpec::TST_class: return "class"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp907 case TST_class: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp682 case TTK_Class: return DeclSpec::TST_class; in isTagName()
5032 case DeclSpec::TST_class: in GetDiagnosticTypeSpecifierID()
5058 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
5296 if (TypeSpecType == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
16300 case TST_class: { in ParseTypedefDecl()
H A DSemaCodeComplete.cpp4445 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()
5814 case DeclSpec::TST_class: in CodeCompleteTag()
H A DSemaType.cpp1568 case DeclSpec::TST_class: in ConvertDeclSpecToType()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp1539 TagType = DeclSpec::TST_class; in ParseClassSpecifier()
3407 TagType == DeclSpec::TST_union || TagType == DeclSpec::TST_class) && in ParseCXXMemberSpecification()
3584 if (TagType == DeclSpec::TST_class && !getLangOpts().HLSL) in ParseCXXMemberSpecification()
H A DParser.cpp1134 case DeclSpec::TST_class: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2751 case DeclSpec::TST_class: in ParseImplicitInt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp2849 case TST_class: return ETK_Class; in getKeywordForTypeSpec()
2860 case TST_class: return TTK_Class; in getTagTypeKindForTypeSpec()