Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp247 ClangASTImporter::ASTContextMetadataSP to_context_md = in ~CompleteTagDeclsScope() local
257 assert(to_context_md->hasOrigin(decl)); in ~CompleteTagDeclsScope()
259 assert(to_context_md->getOrigin(decl).ctx == m_src_ctx); in ~CompleteTagDeclsScope()
261 Decl *original_decl = to_context_md->getOrigin(decl).decl; in ~CompleteTagDeclsScope()
280 to_context_md->removeOrigin(decl); in ~CompleteTagDeclsScope()
1311 ASTContextMetadataSP to_context_md = in Imported() local
1321 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
1322 to_context_md->setOrigin(to, origin); in Imported()
1335 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
1336 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
[all …]