Searched refs:NativeFilePath (Results 1 – 1 of 1) sorted by relevance
165 llvm::SmallString<128> NativeFilePath; in getCompileCommands() local166 llvm::sys::path::native(FilePath, NativeFilePath); in getCompileCommands()168 CommandsRefI = IndexByFile.find(NativeFilePath); in getCompileCommands()274 llvm::SmallString<128> NativeFilePath; in parse() local275 llvm::sys::path::native(File->getValue(FileStorage), NativeFilePath); in parse()276 IndexByFile[NativeFilePath].push_back( in parse()