pub fn analyze_with_options(
program_root: &SyntaxNode,
options: &AnalyzeOptions<'_>,
) -> AnalysisResultExpand description
Run analysis with the given options. Dispatches to analyze, analyze_with_signatures, or analyze_with_include_tree as appropriate.