Searched defs:IsDirectory (Results 1 – 5 of 5) sorted by relevance
35 static bool IsDirectory(const std::string &Path) { in IsDirectory() function
293 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
516 bool IsDirectory = false; member
2150 bool IsDirectory) { in addEntry()
9413 auto AddCompletion = [&](StringRef Filename, bool IsDirectory) { in CodeCompleteIncludedFile()