Home | History | Annotate | Download | only in Include

Lines Matching defs:preVisit

1378 // If you only want post-visits, explicitly turn off preVisit (and inVisit)
1389 TIntermTraverser(bool preVisit = true, bool inVisit = false, bool postVisit = false, bool rightToLeft = false) :
1390 preVisit(preVisit),
1428 const bool preVisit;