reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
49 if (filename(I->path())[0] == '.') { 55 if (extension(I->path()) != ".yaml") 58 TUFiles.push_back(I->path()); 61 MemoryBuffer::getFile(I->path()); 63 errs() << "Error reading " << I->path() << ": " << BufferError.message() 93 if (filename(I->path())[0] == '.') { 99 if (extension(I->path()) != ".yaml") 102 TUFiles.push_back(I->path()); 105 MemoryBuffer::getFile(I->path()); 107 errs() << "Error reading " << I->path() << ": " << BufferError.message()tools/clang/tools/extra/modularize/CoverageChecker.cpp
374 StringRef file(I->path()); 375 llvm::ErrorOr<sys::fs::basic_file_status> Status = I->status();tools/llvm-cov/CodeCoverage.cpp
218 auto Status = F->status(); 220 warning(Status.getError().message(), F->path()); 225 addCollectedPath(F->path());tools/llvm-profdata/llvm-profdata.cpp
568 if (llvm::sys::fs::is_regular_file(F->path())) { 569 addWeightedInput(WNI, {F->path(), Weight});unittests/Support/Path.cpp
845 if (path::filename(i->path()) == "p1") { 850 if (path::filename(i->path()) == "dontlookhere") 852 visited.push_back(path::filename(i->path())); 957 if (i->status().getError() == 959 VisitedBrokenSymlinks.push_back(path::filename(i->path())); 962 VisitedNonBrokenSymlinks.push_back(path::filename(i->path())); 976 if (i->status().getError() == 978 VisitedBrokenSymlinks.push_back(path::filename(i->path())); 981 VisitedNonBrokenSymlinks.push_back(path::filename(i->path()));