Lines Matching refs:m_decl_context
509 if (!context.m_decl_context) in FindExternalVisibleDecls()
511 else if (const NamedDecl *context_named_decl = dyn_cast<NamedDecl>(context.m_decl_context)) in FindExternalVisibleDecls()
514 …s' in a '%s'", current_id, m_ast_context, name.GetCString(), context.m_decl_context->getDeclKindNa… in FindExternalVisibleDecls()
519 if (const NamespaceDecl *namespace_context = dyn_cast<NamespaceDecl>(context.m_decl_context)) in FindExternalVisibleDecls()
548 else if (isa<ObjCInterfaceDecl>(context.m_decl_context)) in FindExternalVisibleDecls()
552 else if (!isa<TranslationUnitDecl>(context.m_decl_context)) in FindExternalVisibleDecls()
918 const DeclContext *decl_ctx(context.m_decl_context); in FindObjCMethodDecls()
1257 …Parser<const ObjCInterfaceDecl> parser_iface_decl(cast<ObjCInterfaceDecl>(context.m_decl_context)); in FindObjCPropertyAndIvarDecls()
1718 const_cast<DeclContext*>(m_decl_context), in AddVarDecl()
1752 const_cast<DeclContext*>(m_decl_context), in AddFunDecl()
1781 const_cast<DeclContext*>(m_decl_context), in AddFunDecl()