Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h65 TST_class, // C++ class type enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h292 static const TST TST_class = clang::TST_class; variable
416 T == TST_class); in isDeclRep()
/external/clang/lib/Sema/
DDeclSpec.cpp287 case TST_class: in isDeclarationOfFunction()
467 case DeclSpec::TST_class: return "class"; in getSpecifierName()
DSemaTemplateVariadic.cpp739 case TST_class: in containsUnexpandedParameterPacks()
DSemaDecl.cpp561 case TTK_Class: return DeclSpec::TST_class; in isTagName()
3805 case DeclSpec::TST_class: in GetDiagnosticTypeSpecifierID()
3830 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
4069 if (TypeSpecType == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()
11976 case TST_class: { in ParseTypedefDecl()
DSemaType.cpp1438 case DeclSpec::TST_class: in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3787 case DeclSpec::TST_class: in CodeCompleteTag()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1225 TagType = DeclSpec::TST_class; in ParseClassSpecifier()
2950 TagType == DeclSpec::TST_class) && "Invalid TagType!"); in ParseCXXMemberSpecification()
3090 if (TagType == DeclSpec::TST_class) in ParseCXXMemberSpecification()
DParseDecl.cpp2329 case DeclSpec::TST_class: in ParseImplicitInt()
/external/clang/lib/AST/
DType.cpp2382 case TST_class: return ETK_Class; in getKeywordForTypeSpec()
2393 case TST_class: return TTK_Class; in getTagTypeKindForTypeSpec()