Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h72 explicit ClangASTContext(clang::ASTContext &existing_ctxt);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp512 ClangASTContext::ClangASTContext(ASTContext &existing_ctxt) { in ClangASTContext() argument
513 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in ClangASTContext()
515 m_ast_up.reset(&existing_ctxt); in ClangASTContext()
516 GetASTMap().Insert(&existing_ctxt, this); in ClangASTContext()