reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
208 while (!Path.empty()) { 209 if (auto CurDir = FM.getDirectory(Path)) { 211 Result = FilePath.substr(Path.size()); 218 Path = llvm::sys::path::parent_path(Path); 218 Path = llvm::sys::path::parent_path(Path);