Searched refs:existing_ctxt (Results 1 – 2 of 2) sorted by relevance
72 explicit ClangASTContext(clang::ASTContext &existing_ctxt);
512 ClangASTContext::ClangASTContext(ASTContext &existing_ctxt) { in ClangASTContext() argument513 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()