Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp40 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType() local
41 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() local
74 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()
1035 clang::ASTContext *src_ast) { in ForgetSource() argument
1043 src_ast, dst_ast); in ForgetSource()
1048 md->m_delegates.erase(src_ast); in ForgetSource()
1049 md->removeOriginsWithContext(src_ast); in ForgetSource()
H A DClangASTSource.cpp1442 clang::ASTContext *src_ast = in AddNamespace() local
1444 if (!src_ast) in AddNamespace()
1480 auto src_ast = ts.dyn_cast_or_null<TypeSystemClang>(); in GuardedCopyType() local
1481 if (!src_ast) in GuardedCopyType()