Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp254 assert(to_context_md->hasOrigin(decl)); in ~CompleteTagDeclsScope()
1081 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
1101 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
H A DClangASTImporter.h395 bool hasOrigin(const clang::Decl *decl) const { in hasOrigin() function