Searched refs:isInclude (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DExcludesListMatcher.cpp21 //! \param isInclude True if this pattern is an include, false if it is an exclude.
23 void ExcludesListMatcher::addPattern(bool isInclude, const std::string & pattern) argument
26 item.m_isInclude = isInclude;
H A DExcludesListMatcher.h47 void addPattern(bool isInclude, const std::string & pattern);
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1157 bool isInclude = sectionNode->getAction() == SectionASTNode::kInclude; local
1158 matcher.addPattern(isInclude, *(sectionNode->getSectionName()));

Completed in 132 milliseconds