reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
379 bool has_root_directory(const Twine &path, Style style = Style::native);
667 bool rootDir = has_root_directory(p, style); 857 bool rootDirectory = path::has_root_directory(p);unittests/Support/Path.cpp
161 (void)path::has_root_directory(*i);