Home | History | Annotate | Download | only in Support

Lines Matching refs:parse

371 /// Arg/Value pair and return the Option to parse it with.
475 // Get the environment variable they want us to parse options out of.
485 // Parse the value of the environment variable into a "command line"
514 // If we could open the file, parse its contents, otherwise
957 bool parser<bool>::parse(Option &O, StringRef ArgName,
975 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName,
993 bool parser<int>::parse(Option &O, StringRef ArgName,
1002 bool parser<unsigned>::parse(Option &O, StringRef ArgName,
1012 bool parser<unsigned long long>::parse(Option &O, StringRef ArgName,
1032 bool parser<double>::parse(Option &O, StringRef ArgName,
1037 bool parser<float>::parse(Option &O, StringRef ArgName,