Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2320 const clang::Decl::Kind lhs_decl_kind = lhs_decl->getKind(); in DeclsAreEquivalent() local
2323 if (lhs_decl_kind == rhs_decl_kind) { in DeclsAreEquivalent()