Lines Matching full:spec
61 m_Spec.m_pWildcardFile = pInputDesc.spec().m_pWildcardFile;
62 m_Spec.m_pExcludeFiles = pInputDesc.spec().m_pExcludeFiles;
63 m_Spec.m_pWildcardSections = pInputDesc.spec().m_pWildcardSections;
267 (*in)->spec() == pInputDesc.spec())
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile))
302 if (pInput.spec().hasExcludeFiles()) {
304 fileEnd = pInput.spec().excludeFiles().end();
305 for (file = pInput.spec().excludeFiles().begin(); file != fileEnd; ++file) {
312 if (pInput.spec().hasSections()) {
313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end();
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {