Searched refs:path_to_file (Results 1 – 1 of 1) sorted by relevance
52 guessIncludePath(llvm::StringRef path_to_file, llvm::StringRef pattern) { in guessIncludePath() argument55 size_t pos = path_to_file.find(pattern); in guessIncludePath()59 return path_to_file.substr(0, pos + pattern.size()); in guessIncludePath()