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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2158 clang::DeclContext *lhs_decl_ctx = lhs_decl->getDeclContext(); local
2160 if (lhs_decl_ctx && rhs_decl_ctx) {
2162 if (lhs_decl_ctx && rhs_decl_ctx) {
2164 lhs_decl_ctx->getDeclKind();
2168 lhs_decl_ctx = lhs_decl_ctx->getParent();
2171 if (lhs_decl_ctx == nullptr && rhs_decl_ctx == nullptr)
2197 lhs_decl_ctx = lhs_decl->getDeclContext();
2200 switch (lhs_decl_ctx->getDeclKind()) {
2206 llvm::dyn_cast<clang::NamedDecl>(lhs_decl_ctx);
[all...]

Completed in 67 milliseconds