Home
last modified time | relevance | path

Searched refs:AtTopLevel (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Driver/
DDriver.h367 bool AtTopLevel,
383 bool AtTopLevel) const;
/external/clang/lib/Driver/
DDriver.cpp1405 bool AtTopLevel, in BuildJobsForAction() argument
1433 AtTopLevel, LinkingOutput, Result); in BuildJobsForAction()
1451 if (AtTopLevel && isa<DsymutilJobAction>(A)) in BuildJobsForAction()
1456 if (AtTopLevel && isa<VerifyJobAction>(A)) in BuildJobsForAction()
1477 Result = InputInfo(GetNamedOutputPath(C, *JA, BaseInput, AtTopLevel), in BuildJobsForAction()
1499 bool AtTopLevel) const { in GetNamedOutputPath()
1502 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && in GetNamedOutputPath()
1509 if (AtTopLevel && isa<PreprocessJobAction>(JA) && !CCGenDiagnostics) in GetNamedOutputPath()
1513 if ((!AtTopLevel && !C.getArgs().hasArg(options::OPT_save_temps)) || in GetNamedOutputPath()
1550 if (!AtTopLevel && C.getArgs().hasArg(options::OPT_save_temps) && in GetNamedOutputPath()