Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp222 SmallString<128> NativeFilePath; in getCompileCommands() local
223 llvm::sys::path::native(FilePath, NativeFilePath); in getCompileCommands()
227 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands()
368 SmallString<128> NativeFilePath; in parse() local
374 llvm::sys::path::native(AbsolutePath, NativeFilePath); in parse()
376 llvm::sys::path::native(FileName, NativeFilePath); in parse()
379 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
381 MatchTrie.insert(NativeFilePath); in parse()