Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h629 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
665 bool AtTopLevel, bool MultipleArchs,
770 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5346 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForAction() argument
5357 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForAction()
5396 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForActionNoCache() argument
5638 AtTopLevel)); in BuildJobsForActionNoCache()
5640 AtTopLevel, MultipleArchs, in BuildJobsForActionNoCache()
5823 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
5834 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) { in GetNamedOutputPath()
5873 if (AtTopLevel && JA.getType() == types::TY_PP_Asm && IsDXCMode()) in GetNamedOutputPath()
5884 if (!AtTopLevel && isa<PrecompileJobAction>(JA) && in GetNamedOutputPath()
5889 if ((!AtTopLevel && !isSaveTempsEnabled() && in GetNamedOutputPath()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h325 AtTopLevel = 0, enumerator
344 if (S == AtTopLevel && !AfterHeaderName) in handleCloseBrace()
360 S = AtTopLevel; in handleExport()
367 S = AtTopLevel; in handleImport()
381 S = AtTopLevel; in handleMisc()