Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp244 ClangASTImporter::ASTContextMetadataSP to_context_md = in ~CompleteTagDeclsScope() local
254 assert(to_context_md->hasOrigin(decl)); in ~CompleteTagDeclsScope()
256 assert(to_context_md->getOrigin(decl).ctx == m_src_ctx); in ~CompleteTagDeclsScope()
258 Decl *original_decl = to_context_md->getOrigin(decl).decl; in ~CompleteTagDeclsScope()
277 to_context_md->removeOrigin(decl); in ~CompleteTagDeclsScope()
1082 ASTContextMetadataSP to_context_md = in Imported() local
1091 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
1093 to_context_md->setOrigin(to, origin); in Imported()
1111 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
1112 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
[all …]