Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2460 const clang::Decl::Kind lhs_decl_kind = lhs_decl->getKind(); in DeclsAreEquivalent() local
2463 if (lhs_decl_kind == rhs_decl_kind) { in DeclsAreEquivalent()