Searched defs:DirEnd (Results 1 – 11 of 11) sorted by relevance
/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
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/ |
H A D | FindAllSymbolsMain.cpp | 93 for (llvm::sys::fs::directory_iterator Dir(MergeDir, EC), DirEnd; in Merge() local
|
/llvm-project/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 331 auto Dir = ++sys::path::rbegin(Path), DirEnd = sys::path::rend(Path); in FileIndex() local 384 DirEnd = sys::path::rend(Filename); in scoreCandidates() local
|
/llvm-project/clang-tools-extra/clang-doc/tool/ |
H A D | ClangDocMain.cpp | 145 DirEnd; in getAssetFiles() local
|
/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 70 DirEnd; in getHighestNumericTupleInDirectory() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 155 sys::fs::directory_iterator DirEnd; getInputs() local
|
/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 1961 DirEnd; collectAllModules() local 2024 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), DirEnd; loadSubdirectoryModuleMaps() local
|
H A D | ModuleMap.cpp | 1127 DirEnd; inferFrameworkModule() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 248 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), DirEnd; collectIncludePCH() local 1664 for (llvm::sys::fs::directory_iterator Dir(ModuleCachePathNative, EC), DirEnd; pruneModuleCache() local
|
H A D | FrontendAction.cpp | 796 Dir != DirEnd && !EC; Dir.increment(EC)) { in BeginSourceFile() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 5371 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; findDsymObjectMembers() local
|