Searched refs:NativeFilePath (Results 1 – 1 of 1) sorted by relevance
222 SmallString<128> NativeFilePath; in getCompileCommands() local223 llvm::sys::path::native(FilePath, NativeFilePath); in getCompileCommands()227 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands()413 SmallString<128> NativeFilePath; in parse() local418 llvm::sys::path::native(AbsolutePath, NativeFilePath); in parse()420 llvm::sys::path::native(FileName, NativeFilePath); in parse()422 llvm::sys::path::remove_dots(NativeFilePath, /*remove_dot_dot=*/true); in parse()424 IndexByFile[NativeFilePath].push_back(Cmd); in parse()426 MatchTrie.insert(NativeFilePath); in parse()