[][src]Function rust_code_analysis::get_macros

pub fn get_macros<S: BuildHasher>(
    file: &PathBuf,
    files: &HashMap<PathBuf, PreprocFile, S>
) -> HashSet<String>

Returns the macros contained in a C/C++ file.