Home | History | Annotate | Download | only in Script

Lines Matching refs:m_Spec

28       m_Spec(pSpec),
39 assert(m_Spec.hasFile());
40 if (m_Spec.file().sortPolicy() == WildcardPattern::SORT_BY_NAME)
43 mcld::outs() << m_Spec.file().name();
45 if (m_Spec.hasSections()) {
48 if (m_Spec.hasExcludeFiles()) {
50 for (StringList::const_iterator it = m_Spec.excludeFiles().begin(),
51 ie = m_Spec.excludeFiles().end();
59 if (m_Spec.hasSections()) {
60 for (StringList::const_iterator it = m_Spec.sections().begin(),
61 ie = m_Spec.sections().end();
93 if (m_Spec.file().sortPolicy() == WildcardPattern::SORT_BY_NAME)