parse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. TranslationUnit parse(string fileName, TranslationUnitFlags translUnitflags)
  2. TranslationUnit parse(string fileName, string[] commandLineArgs, TranslationUnitFlags translUnitflags)
    @safe
    parse
    (
    in string fileName
    ,
    in string[] commandLineArgs
    ,
    in TranslationUnitFlags translUnitflags = TranslationUnitFlags.None
    )

Meta