reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/DeclSpec.h
 1952     case DeclaratorContext::MemberContext:
 1990     case DeclaratorContext::MemberContext:
 2033     case DeclaratorContext::MemberContext:
 2094     case DeclaratorContext::MemberContext:
 2307     case DeclaratorContext::MemberContext:
 2345     case DeclaratorContext::MemberContext:
 2482     return getContext() == DeclaratorContext::MemberContext &&
 2504       : D(DS, DeclaratorContext::MemberContext),
tools/clang/lib/Parse/ParseDecl.cpp
 1872     return Context == DeclaratorContext::MemberContext &&
 1876     return Context == DeclaratorContext::MemberContext ||
 1903       return Context == DeclaratorContext::MemberContext ||
 2791   if (Context == DeclaratorContext::MemberContext)
 5533         D.getContext() == DeclaratorContext::MemberContext;
 5749         *this, D.getContext() == DeclaratorContext::MemberContext ||
 5757           D.getContext() == DeclaratorContext::MemberContext;
 5821            D.getContext() == DeclaratorContext::MemberContext);
 5825             (D.getContext() == DeclaratorContext::MemberContext);
 5828            D.getContext() == DeclaratorContext::MemberContext);
 5951     if (D.getContext() == DeclaratorContext::MemberContext) {
 6328         (D.getContext() == DeclaratorContext::MemberContext
 6646         if (D.getContext() == DeclaratorContext::MemberContext) {
tools/clang/lib/Parse/ParseDeclCXX.cpp
  622       Context == DeclaratorContext::MemberContext &&
 2549             DeclaratorContext::MemberContext, DeclEnd, AccessAttrs, AS)));
 2592     return ParseUsingDeclaration(DeclaratorContext::MemberContext, TemplateInfo,
 2640   ParsingDeclarator DeclaratorInfo(*this, DS, DeclaratorContext::MemberContext);
 2899         !MightBeDeclarator(DeclaratorContext::MemberContext)) {
tools/clang/lib/Parse/ParseTemplate.cpp
  191   if (Context == DeclaratorContext::MemberContext) {
tools/clang/lib/Sema/DeclSpec.cpp
  397   assert(getContext() == DeclaratorContext::MemberContext);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4945     if (D.getContext() == DeclaratorContext::MemberContext &&
tools/clang/lib/Sema/SemaDecl.cpp
 5000   Declarator Dc(DS, DeclaratorContext::MemberContext);
tools/clang/lib/Sema/SemaDeclCXX.cpp
14760   Declarator TheDeclarator(DS, DeclaratorContext::MemberContext);
tools/clang/lib/Sema/SemaType.cpp
 3008     case DeclaratorContext::MemberContext: {
 3170     case DeclaratorContext::MemberContext:
 4169     case DeclaratorContext::MemberContext:
 4930                      DeclaratorContext::MemberContext;
 5096       if ((D.getContext() == DeclaratorContext::MemberContext ||
 5250     case DeclaratorContext::MemberContext:
 7420       (D.getContext() == DeclaratorContext::MemberContext &&