Searched refs:existing_ctxt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h71 /// \param existing_ctxt An existing ASTContext.
72 explicit ClangASTContext(clang::ASTContext &existing_ctxt);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp512 ClangASTContext::ClangASTContext(ASTContext &existing_ctxt) { argument
513 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str());
515 m_ast_up.reset(&existing_ctxt);
516 GetASTMap().Insert(&existing_ctxt, this);

Completed in 81 milliseconds