Searched refs:pParentRule (Results 1 – 2 of 2) sorted by relevance
61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError) in parse() argument83 if (pParentRule) { in parse()86 pParentRule->addChild(pCompoundRule); in parse()117 ALWAYS_ASSERT(pParentRule != NULL, "Invalid parent rule given to rule parser"); in parse()119 pParentRule->addChild(pCriterionRule); in parse()
58 bool parse(CCompoundRule *pParentRule, std::string &strError);