Searched refs:MappedSources (Results 1 – 2 of 2) sorted by relevance
143 return static_cast<CompileCommand *>(CCmd)->MappedSources.size(); in clang_CompileCommand_getNumMappedSources()154 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourcePath()157 return cxstring::createRef(Cmd->MappedSources[I].first.c_str()); in clang_CompileCommand_getMappedSourcePath()168 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourceContent()171 return cxstring::createRef(Cmd->MappedSources[I].second.c_str()); in clang_CompileCommand_getMappedSourceContent()
62 std::vector<std::pair<std::string, std::string> > MappedSources; member