Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h595 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
617 bool AtTopLevel, bool MultipleArchs,
714 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5176 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForAction() argument
5187 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForAction()
5195 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForActionNoCache() argument
5239 BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel, in BuildJobsForActionNoCache()
5459 AtTopLevel)); in BuildJobsForActionNoCache()
5469 AtTopLevel, MultipleArchs, in BuildJobsForActionNoCache()
5578 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
5589 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) { in GetNamedOutputPath()
5611 if ((!AtTopLevel && !isSaveTempsEnabled() && in GetNamedOutputPath()
5746 if (!AtTopLevel && JA.getType() == types::TY_LLVM_BC && in GetNamedOutputPath()
[all …]
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h328 AtTopLevel = 0, enumerator
347 if (S == AtTopLevel && !AfterHeaderName) in handleCloseBrace()
363 S = AtTopLevel; in handleExport()
370 S = AtTopLevel; in handleImport()
384 S = AtTopLevel; in handleMisc()