Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h59 TST_class, // C++ class type enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h291 static const TST TST_class = clang::TST_class; variable
408 T == TST_class); in isDeclRep()
/external/clang/lib/Sema/
DDeclSpec.cpp286 case TST_class: in isDeclarationOfFunction()
462 case DeclSpec::TST_class: return "class"; in getSpecifierName()
DSemaTemplateVariadic.cpp738 case TST_class: in containsUnexpandedParameterPacks()
DSemaDecl.cpp517 case TTK_Class: return DeclSpec::TST_class; in isTagName()
3690 case DeclSpec::TST_class: in GetDiagnosticTypeSpecifierID()
3714 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
3937 if (TypeSpecType == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
11557 case TST_class: { in ParseTypedefDecl()
DSemaType.cpp1356 case DeclSpec::TST_class: in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3774 case DeclSpec::TST_class: in CodeCompleteTag()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1210 TagType = DeclSpec::TST_class; in ParseClassSpecifier()
2929 TagType == DeclSpec::TST_class) && "Invalid TagType!"); in ParseCXXMemberSpecification()
3069 if (TagType == DeclSpec::TST_class) in ParseCXXMemberSpecification()
DParseDecl.cpp2274 case DeclSpec::TST_class: in ParseImplicitInt()
/external/clang/lib/AST/
DType.cpp2376 case TST_class: return ETK_Class; in getKeywordForTypeSpec()
2387 case TST_class: return TTK_Class; in getTagTypeKindForTypeSpec()