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()
326 SmallString<128> NativeFilePath; in parse() local
332 llvm::sys::path::native(AbsolutePath, NativeFilePath); in parse()
334 llvm::sys::path::native(FileName, NativeFilePath); in parse()
337 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
339 MatchTrie.insert(NativeFilePath); in parse()