Home
last modified time | relevance | path

Searched refs:DSC_class (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp2313 (!SS || DSC == DSC_top_level || DSC == DSC_class)) { in ParseImplicitInt()
2337 if (DSC == DSC_class || (DSC == DSC_top_level && SS)) { in ParseImplicitInt()
2413 return DSC_class; in getDeclSpecContextFromDeclaratorContext()
2503 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()
2639 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers()
2698 (DSContext == DSC_class && DS.isFriendSpecified()); in ParseDeclarationSpecifiers()
2709 CCC = DSContext == DSC_class? Sema::PCC_MemberTemplate in ParseDeclarationSpecifiers()
2711 else if (DSContext == DSC_class) in ParseDeclarationSpecifiers()
2767 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()
2817 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()
[all …]
HDParseDeclCXX.cpp2340 ParseDeclarationSpecifiers(DS, TemplateInfo, AS, DSC_class, in ParseCXXClassMemberDeclaration()
2350 DiagnoseMissingSemiAfterTagDefinition(DS, AS, DSC_class, in ParseCXXClassMemberDeclaration()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1753 DSC_class, // class context, enables 'friend' enumerator
1768 case DSC_class: in isTypeSpecifier()