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

/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp183 CommandsRefI = IndexByFile.find(Match);
184 if (CommandsRefI == IndexByFile.end())
196 CommandsRefI = IndexByFile.begin();
198 CommandsRefEnd = IndexByFile.end();
210 CommandsRefI = IndexByFile.begin(), CommandsRefEnd = IndexByFile.end();
314 IndexByFile[NativeFilePath].push_back(
/external/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h103 llvm::StringMap< std::vector<CompileCommandRef> > IndexByFile; member in class:clang::tooling::JSONCompilationDatabase

Completed in 843 milliseconds