Searched defs:DirEnd (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 64 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; in expandBundle() local
|
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 70 DirEnd; in getHighestNumericTupleInDirectory() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 1961 DirEnd; in collectAllModules() local 2024 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), DirEnd; in loadSubdirectoryModuleMaps() local
|
H A D | ModuleMap.cpp | 1127 DirEnd; in inferFrameworkModule() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 248 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), DirEnd; in collectIncludePCH() local 1664 for (llvm::sys::fs::directory_iterator Dir(ModuleCachePathNative, EC), DirEnd; in pruneModuleCache() local
|
H A D | FrontendAction.cpp | 796 DirEnd; in BeginSourceFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 5371 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; in findDsymObjectMembers() local
|