Lines Matching refs:c
8 for c in node.children:
9 if not correctDeprecation(c):
18 for c in node.children:
19 inheritDeprecation(c,current)
29 for c in root.children:
30 deprecateRec(c,newOthers,False)
33 for c in root.children:
34 deprecateRec(c,others,deprecated)
38 for c in root.children:
39 deprecateRec(c,newOthers,False)
42 for c in root.children:
43 deprecateRec(c,others,deprecated)