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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp175 SmallString<128> NativeFilePath; local
176 llvm::sys::path::native(FilePath, NativeFilePath);
180 StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES);
305 SmallString<128> NativeFilePath; local
311 llvm::sys::path::native(AbsolutePath.str(), NativeFilePath);
313 llvm::sys::path::native(FileName, NativeFilePath);
315 IndexByFile[NativeFilePath].push_back(
317 MatchTrie.insert(NativeFilePath.str());

Completed in 112 milliseconds