pub fn external_angle_include_paths_from_root(
source: &str,
root: Node<'_>,
) -> Vec<PathBuf>Expand description
Return literal unconditional angle includes from an existing C++ syntax tree.
The source and root must describe the same immutable snapshot. Analyzer
callers use this form to reuse prepared workspace syntax; standalone
external headers use external_angle_include_paths.