Searched refs:GuessPathStyle (Results 1 – 5 of 5) sorted by relevance
195 auto orig_style = FileSpec::GuessPathStyle(prefix).getValueOr( in RemapPath()211 auto orig_style = FileSpec::GuessPathStyle(orig_file).getValueOr( in ReverseRemapPath()
198 static llvm::Optional<Style> GuessPathStyle(llvm::StringRef absolute_path);
762 FileSpec::GuessPathStyle(comp_dir).getValueOr(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()770 "", FileSpec::GuessPathStyle(name).getValueOr(FileSpec::Style::native)); in ComputeCompDirAndGuessPathStyle()
310 llvm::Optional<FileSpec::Style> FileSpec::GuessPathStyle(llvm::StringRef absolute_path) { in GuessPathStyle() function in FileSpec
672 FileSpec::Style style = FileSpec::GuessPathStyle(record->Name) in ParseFileRecords()