Searched refs:isTypeInclusive (Results 1 – 8 of 8) sorted by relevance
146 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive"; in getFormattedDescription()168 strFormattedDescription += _pType->isTypeInclusive() ? "inclusive" : "exclusive"; in getFormattedDescription()
148 bool CSelectionCriterionType::isTypeInclusive() const in isTypeInclusive() function in CSelectionCriterionType235 xmlElement.setAttribute("Kind", isTypeInclusive() ? "Inclusive" : "Exclusive"); in toXml()
58 virtual bool isTypeInclusive() const;
232 if (!pSelectionCriterionType->isTypeInclusive() && in setMatchesWhen()
48 virtual bool isTypeInclusive() const = 0;
212 virtual bool isTypeInclusive() const = 0;
404 if (!pCriterionType->isTypeInclusive() && nbSubStates != 1) { in setCriterionStateByLexicalSpace()
168 ## `isTypeInclusive`