Home | History | Annotate | Download | only in src

Lines Matching defs:DecrementRecursionDepth

816   inline void DecrementRecursionDepth() { recursion_depth_--; }
848 ~RecursionCheck() { compiler_->DecrementRecursionDepth(); }