reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2370       if (lhs_decl_ctx && rhs_decl_ctx) {
 2372           if (lhs_decl_ctx && rhs_decl_ctx) {
 2376                 rhs_decl_ctx->getDeclKind();
 2379               rhs_decl_ctx = rhs_decl_ctx->getParent();
 2379               rhs_decl_ctx = rhs_decl_ctx->getParent();
 2381               if (lhs_decl_ctx == nullptr && rhs_decl_ctx == nullptr)
 2408         rhs_decl_ctx = rhs_decl->getDeclContext();
 2418                 llvm::dyn_cast<clang::NamedDecl>(rhs_decl_ctx);
 2434           rhs_decl_ctx = rhs_decl_ctx->getParent();
 2434           rhs_decl_ctx = rhs_decl_ctx->getParent();