Home
last modified time | relevance | path

Searched refs:NativeFilePath (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp174 SmallString<128> NativeFilePath; in getCompileCommands() local
175 llvm::sys::path::native(FilePath, NativeFilePath); in getCompileCommands()
179 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands()
304 SmallString<128> NativeFilePath; in parse() local
310 llvm::sys::path::native(AbsolutePath, NativeFilePath); in parse()
312 llvm::sys::path::native(FileName, NativeFilePath); in parse()
314 IndexByFile[NativeFilePath].push_back( in parse()
316 MatchTrie.insert(NativeFilePath); in parse()