HomeSort by relevance Sort by last modified time
    Searched refs:m_source_ctx (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Symbol/
ClangASTImporter.cpp 481 assert (origin.ctx == m_source_ctx); // otherwise we should never have added this
486 ClangASTContext::GetCompleteDecl (m_source_ctx, original_decl);
610 ASTContextMetadataSP from_context_md = m_master.MaybeGetContextMetadata(m_source_ctx);
647 to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from);
668 to_context_md->m_origins[to] = DeclOrigin (m_source_ctx, from);
673 m_source_ctx,
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 256 m_source_ctx(source_ctx)
284 clang::ASTContext *m_source_ctx; member in class:lldb_private::ClangASTImporter::Minion

Completed in 82 milliseconds