True for languages whose module QN derives from the CONTAINING DIRECTORY * (Java/Go package). MUST match cbm_lang_module_is_dir() (internal/cbm/helpers.c) * and pxc_module_is_dir() (pass_lsp_cross.c) so same-module callee resolution * keys against the directory-based def-node QNs in the registry. */
| 592 | * and pxc_module_is_dir() (pass_lsp_cross.c) so same-module callee resolution |
| 593 | * keys against the directory-based def-node QNs in the registry. */ |
| 594 | static bool pp_module_is_dir(CBMLanguage lang) { |
| 595 | return lang == CBM_LANG_JAVA || lang == CBM_LANG_GO; |
| 596 | } |
| 597 | |
| 598 | static bool is_checked_exception(const char *name) { |
| 599 | if (!name) { |