Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp227 SmallString<128> NativeFilePath; in getCompileCommands() local
228 llvm::sys::path::native(FilePath, NativeFilePath); in getCompileCommands()
232 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands()
418 SmallString<128> NativeFilePath; in parse() local
423 llvm::sys::path::native(AbsolutePath, NativeFilePath); in parse()
425 llvm::sys::path::native(FileName, NativeFilePath); in parse()
427 llvm::sys::path::remove_dots(NativeFilePath, /*remove_dot_dot=*/true); in parse()
429 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
431 MatchTrie.insert(NativeFilePath); in parse()