Searched refs:src_ast (Results 1 – 2 of 2) sorted by relevance
40 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType() local41 if (!src_ast) in CopyType()44 clang::ASTContext &src_clang_ast = src_ast->getASTContext(); in CopyType()73 clang::ASTContext *src_ast = &decl->getASTContext(); in CopyDecl() local74 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()1035 clang::ASTContext *src_ast) { in ForgetSource() argument1043 src_ast, dst_ast); in ForgetSource()1048 md->m_delegates.erase(src_ast); in ForgetSource()1049 md->removeOriginsWithContext(src_ast); in ForgetSource()
1442 clang::ASTContext *src_ast = in AddNamespace() local1444 if (!src_ast) in AddNamespace()1480 auto src_ast = ts.dyn_cast_or_null<TypeSystemClang>(); in GuardedCopyType() local1481 if (!src_ast) in GuardedCopyType()