Lines Matching refs:SubNodes
256 !SubNodes.IsEmpty() || in AreAllAllowed()
265 FOR_VECTOR (i, SubNodes) in FindSubNode()
266 if (CompareFileNames(SubNodes[i].Name, name) == 0) in FindSubNode()
303 index = SubNodes.Add(CCensorNode(front, this)); in AddItem()
305 SubNodes[index].AddItem(include, item, ignoreWildcardIndex - 1); in AddItem()
334 FOR_VECTOR (i, SubNodes) in AreThereIncludeItems()
335 if (SubNodes[i].AreThereIncludeItems()) in AreThereIncludeItems()
365 if (SubNodes[index].CheckPathVect(pathParts2, isFile, include)) in CheckPathVect()
440 FOR_VECTOR (i, fromNodes.SubNodes) in ExtendExclude()
442 const CCensorNode &node = fromNodes.SubNodes[i]; in ExtendExclude()
445 subNodeIndex = SubNodes.Add(CCensorNode(node.Name, this)); in ExtendExclude()
446 SubNodes[subNodeIndex].ExtendExclude(node); in ExtendExclude()