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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2153 const clang::Decl::Kind rhs_decl_kind = rhs_decl->getKind(); local
2155 if (lhs_decl_kind == rhs_decl_kind) {

Completed in 111 milliseconds