Searched refs:DirEnd (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/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 332 for (int J = 0; J < DirectorySegmentsIndexed && Dir != DirEnd; ++J, ++Dir) in FileIndex() 384 DirEnd = sys::path::rend(Filename); in scoreCandidates() local 385 for (int I = 0; I < DirectorySegmentsQueried && Dir != DirEnd; ++I, ++Dir) { in scoreCandidates() 388 Prefix = Filename.substr(0, Dir - DirEnd); in scoreCandidates()
|
| /src/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 65 Dir != DirEnd && !EC; Dir.increment(EC)) { in expandBundle()
|
| /src/contrib/llvm-project/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 70 DirEnd; in getHighestNumericTupleInDirectory() local 71 !EC && DirIt != DirEnd; DirIt.increment(EC)) { in getHighestNumericTupleInDirectory()
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 1961 DirEnd; in collectAllModules() local 1962 Dir != DirEnd && !EC; Dir.increment(EC)) { in collectAllModules() 2024 for (llvm::vfs::directory_iterator Dir = FS.dir_begin(DirNative, EC), DirEnd; in loadSubdirectoryModuleMaps() local 2025 Dir != DirEnd && !EC; Dir.increment(EC)) { in loadSubdirectoryModuleMaps()
|
| H A D | ModuleMap.cpp | 1127 DirEnd; in inferFrameworkModule() local 1128 Dir != DirEnd && !EC; Dir.increment(EC)) { in inferFrameworkModule()
|
| /src/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 249 Dir != DirEnd && !EC; Dir.increment(EC)) { in collectIncludePCH() 1664 for (llvm::sys::fs::directory_iterator Dir(ModuleCachePathNative, EC), DirEnd; in pruneModuleCache() local 1665 Dir != DirEnd && !EC; Dir.increment(EC)) { in pruneModuleCache()
|
| H A D | FrontendAction.cpp | 796 DirEnd; in BeginSourceFile() local 797 Dir != DirEnd && !EC; Dir.increment(EC)) { in BeginSourceFile()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 5371 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; in findDsymObjectMembers() local 5372 Dir != DirEnd && !EC; Dir.increment(EC)) { in findDsymObjectMembers()
|