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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp184 CommandsRefI = IndexByFile.find(Match);
185 if (CommandsRefI == IndexByFile.end())
197 CommandsRefI = IndexByFile.begin();
199 CommandsRefEnd = IndexByFile.end();
211 CommandsRefI = IndexByFile.begin(), CommandsRefEnd = IndexByFile.end();
315 IndexByFile[NativeFilePath].push_back(
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h103 llvm::StringMap< std::vector<CompileCommandRef> > IndexByFile; member in class:clang::tooling::JSONCompilationDatabase

Completed in 52 milliseconds