Lines Matching refs:src_ast
56 clang::ASTContext *src_ast, in CopyType() argument
58 MinionSP minion_sp(GetMinion(dst_ast, src_ast)); in CopyType()
68 clang::ASTContext *src_ast, in CopyType() argument
70 return CopyType(dst_ast, src_ast, QualType::getFromOpaquePtr(type)) in CopyType()
78 ClangASTContext *src_ast = in CopyType() local
80 if (src_ast) { in CopyType()
81 clang::ASTContext *src_clang_ast = src_ast->getASTContext(); in CopyType()
95 clang::ASTContext *src_ast, in CopyDecl() argument
99 minion_sp = GetMinion(dst_ast, src_ast); in CopyDecl()
792 clang::ASTContext *src_ast) { in ForgetSource() argument
800 static_cast<void *>(src_ast), static_cast<void *>(dst_ast)); in ForgetSource()
805 md->m_minions.erase(src_ast); in ForgetSource()
809 if (iter->second.ctx == src_ast) in ForgetSource()