Lines Matching refs:SubNodes
266 !SubNodes.IsEmpty() || in AreAllAllowed()
275 FOR_VECTOR (i, SubNodes) in FindSubNode()
276 if (CompareFileNames(SubNodes[i].Name, name) == 0) in FindSubNode()
312 index = SubNodes.Add(CCensorNode(front, this)); in AddItem()
314 SubNodes[index].AddItem(include, item); in AddItem()
343 FOR_VECTOR (i, SubNodes) in AreThereIncludeItems()
344 if (SubNodes[i].AreThereIncludeItems()) in AreThereIncludeItems()
374 if (SubNodes[index].CheckPathVect(pathParts2, isFile, include)) in CheckPathVect()
447 FOR_VECTOR (i, fromNodes.SubNodes) in ExtendExclude()
449 const CCensorNode &node = fromNodes.SubNodes[i]; in ExtendExclude()
452 subNodeIndex = SubNodes.Add(CCensorNode(node.Name, this)); in ExtendExclude()
453 SubNodes[subNodeIndex].ExtendExclude(node); in ExtendExclude()