Lines Matching refs:PathRef
44 void actOnAllParentDirectories(PathRef FileName, in actOnAllParentDirectories()
45 llvm::function_ref<bool(PathRef)> Action) { in actOnAllParentDirectories()
54 GlobalCompilationDatabase::getFallbackCommand(PathRef File) const { in getFallbackCommand()
245 parseJSON(PathRef Path, llvm::StringRef Data, std::string &Error) { in parseJSON()
261 parseFixed(PathRef Path, llvm::StringRef Data, std::string &Error) { in parseFixed()
279 PathRef, in load()
358 DirectoryBasedGlobalCompilationDatabase::getCompileCommand(PathRef File) const { in getCompileCommand()
729 DirectoryBasedGlobalCompilationDatabase::getProjectInfo(PathRef File) const { in getProjectInfo()
748 OverlayCDB::getCompileCommand(PathRef File) const { in getCompileCommand()
765 tooling::CompileCommand OverlayCDB::getFallbackCommand(PathRef File) const { in getFallbackCommand()
776 PathRef File, llvm::Optional<tooling::CompileCommand> Cmd) { in setCompileCommand()
805 DelegatingCDB::getCompileCommand(PathRef File) const { in getCompileCommand()
811 llvm::Optional<ProjectInfo> DelegatingCDB::getProjectInfo(PathRef File) const { in getProjectInfo()
817 tooling::CompileCommand DelegatingCDB::getFallbackCommand(PathRef File) const { in getFallbackCommand()