HomeSort by relevance Sort by last modified time
    Searched full:m_decl_context (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Expression/
ClangASTSource.cpp 509 if (!context.m_decl_context)
511 else if (const NamedDecl *context_named_decl = dyn_cast<NamedDecl>(context.m_decl_context))
514 log->Printf("ClangASTSource::FindExternalVisibleDecls[%u] on (ASTContext*)%p for '%s' in a '%s'", current_id, m_ast_context, name.GetCString(), context.m_decl_context->getDeclKindName());
519 if (const NamespaceDecl *namespace_context = dyn_cast<NamespaceDecl>(context.m_decl_context))
548 else if (isa<ObjCInterfaceDecl>(context.m_decl_context))
552 else if (!isa<TranslationUnitDecl>(context.m_decl_context))
918 const DeclContext *decl_ctx(context.m_decl_context);
    [all...]
ClangExpressionDeclMap.cpp 813 if (!context.m_decl_context)
815 else if (const NamedDecl *context_named_decl = dyn_cast<NamedDecl>(context.m_decl_context))
818 log->Printf("ClangExpressionDeclMap::FindExternalVisibleDecls[%u] for '%s' in a '%s'", current_id, name.GetCString(), context.m_decl_context->getDeclKindName());
821 if (const NamespaceDecl *namespace_context = dyn_cast<NamespaceDecl>(context.m_decl_context))
850 else if (isa<TranslationUnitDecl>(context.m_decl_context))
    [all...]
  /external/lldb/include/lldb/Expression/
ClangASTSource.h 373 /// Its m_decl_name contains the selector and its m_decl_context
384 /// Its m_decl_name contains the name and its m_decl_context
434 const clang::DeclContext *m_decl_context; ///< The DeclContext to put declarations into member in struct:lldb_private::NameSearchContext
468 m_decl_context(dc)

Completed in 232 milliseconds