Skip to main content

parse_cpp_file

Function parse_cpp_file 

Source
pub fn parse_cpp_file(
    source: &str,
    args: &[String],
    _file_name: Option<&str>,
    allow_system: bool,
) -> Result<Vec<RawNode>, IcbError>
Expand description

Parse a single C/C++ source file and return the extracted facts.