Searched refs:lhs_decl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h133 static bool DeclsAreEquivalent(clang::Decl *lhs_decl, clang::Decl *rhs_decl);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2148 bool ClangASTContext::DeclsAreEquivalent(clang::Decl *lhs_decl, argument
2150 if (lhs_decl && rhs_decl) {
2152 const clang::Decl::Kind lhs_decl_kind = lhs_decl->getKind();
2158 clang::DeclContext *lhs_decl_ctx = lhs_decl->getDeclContext();
2181 llvm::dyn_cast<clang::NamedDecl>(lhs_decl);
2197 lhs_decl_ctx = lhs_decl->getDeclContext();

Completed in 125 milliseconds