Searched refs:MappedSources (Results 1 – 2 of 2) sorted by relevance
153 return static_cast<CompileCommand *>(CCmd)->MappedSources.size(); in clang_CompileCommand_getNumMappedSources()164 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourcePath()167 return cxstring::createRef(Cmd->MappedSources[I].first.c_str()); in clang_CompileCommand_getMappedSourcePath()178 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourceContent()181 return cxstring::createRef(Cmd->MappedSources[I].second.c_str()); in clang_CompileCommand_getMappedSourceContent()
68 std::vector<std::pair<std::string, std::string> > MappedSources; member