Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp165 llvm::SmallString<128> NativeFilePath; in getCompileCommands() local
166 llvm::sys::path::native(FilePath, NativeFilePath); in getCompileCommands()
168 CommandsRefI = IndexByFile.find(NativeFilePath); in getCompileCommands()
274 llvm::SmallString<128> NativeFilePath; in parse() local
275 llvm::sys::path::native(File->getValue(FileStorage), NativeFilePath); in parse()
276 IndexByFile[NativeFilePath].push_back( in parse()