pub fn parse_cpp_file( source: &str, args: &[String], _file_name: Option<&str>, allow_system: bool, ) -> Result<Vec<RawNode>, IcbError>
Parse a single C/C++ source file and return the extracted facts.