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

/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp174 SmallString<128> NativeFilePath; local
175 llvm::sys::path::native(FilePath, NativeFilePath);
179 StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES);
304 SmallString<128> NativeFilePath; local
310 llvm::sys::path::native(AbsolutePath.str(), NativeFilePath);
312 llvm::sys::path::native(FileName, NativeFilePath);
314 IndexByFile[NativeFilePath].push_back(
316 MatchTrie.insert(NativeFilePath.str());

Completed in 126 milliseconds