Searched defs:IsProduction (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/driver/
H A Ddriver.cpp401 const bool IsProduction = true; local
403 const bool IsProduction = false; local
406 "a.out", IsProduction, Diags);
/external/clang/lib/Driver/
H A DDriver.cpp49 bool IsProduction,
63 if (IsProduction) {
46 Driver(StringRef ClangExecutable, StringRef DefaultTargetTriple, StringRef DefaultImageName, bool IsProduction, DiagnosticsEngine &Diags) argument

Completed in 114 milliseconds