Searched refs:AtTopLevel (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Driver.h | 514 StringRef BoundArch, bool AtTopLevel, bool MultipleArchs, 537 bool AtTopLevel, bool MultipleArchs, 613 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 304 AtTopLevel = 0, enumerator 323 if (S == AtTopLevel && !AfterHeaderName) in handleCloseBrace() 339 S = AtTopLevel; in handleExport() 346 S = AtTopLevel; in handleImport() 360 S = AtTopLevel; in handleMisc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 4489 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForAction() argument 4499 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForAction() 4507 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForActionNoCache() argument 4550 BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel, in BuildJobsForActionNoCache() 4598 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache() 4623 AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForActionNoCache() 4629 AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForActionNoCache() 4654 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache() 4752 !AtTopLevel); in BuildJobsForActionNoCache() 4762 AtTopLevel, MultipleArchs, in BuildJobsForActionNoCache() [all …]
|