Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp230 SmallString<128> NativeFilePath; in getCompileCommands() local
231 llvm::sys::path::native(FilePath, NativeFilePath); in getCompileCommands()
235 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands()
422 SmallString<128> NativeFilePath; in parse() local
429 llvm::sys::path::native(AbsolutePath, NativeFilePath); in parse()
431 llvm::sys::path::native(FileName, NativeFilePath); in parse()
434 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
436 MatchTrie.insert(NativeFilePath); in parse()