Lines Matching refs:PathRef
36 void actOnAllParentDirectories(PathRef FileName, in actOnAllParentDirectories()
37 llvm::function_ref<bool(PathRef)> Action) { in actOnAllParentDirectories()
47 GlobalCompilationDatabase::getFallbackCommand(PathRef File) const { in getFallbackCommand()
179 DirectoryBasedGlobalCompilationDatabase::getCompileCommand(PathRef File) const { in getCompileCommand()
203 static std::string maybeCaseFoldPath(PathRef Path) { in maybeCaseFoldPath()
211 static bool pathEqual(PathRef A, PathRef B) { in pathEqual()
254 actOnAllParentDirectories(CanonicalPath, [&](PathRef Path) { in lookupCDB()
300 actOnAllParentDirectories(File, [&](PathRef Path) { in broadcastCDB()
321 actOnAllParentDirectories(File, [&](PathRef Path) { in broadcastCDB()
337 DirectoryBasedGlobalCompilationDatabase::getProjectInfo(PathRef File) const { in getProjectInfo()
359 OverlayCDB::getCompileCommand(PathRef File) const { in getCompileCommand()
376 tooling::CompileCommand OverlayCDB::getFallbackCommand(PathRef File) const { in getFallbackCommand()
388 PathRef File, llvm::Optional<tooling::CompileCommand> Cmd) { in setCompileCommand()
403 llvm::Optional<ProjectInfo> OverlayCDB::getProjectInfo(PathRef File) const { in getProjectInfo()