Home | History | Annotate | Download | only in AST

Lines Matching refs:Saved

304     void pop(FunctionTypeDepthState saved) {
305 assert(getDepth() == saved.getDepth() + 1);
306 Bits = saved.Bits;
800 FunctionTypeDepthState Saved = FunctionTypeDepth.push();
821 FunctionTypeDepth.pop(Saved);
3195 FunctionTypeDepthState saved = FunctionTypeDepth.push();
3201 FunctionTypeDepth.pop(saved);
3210 FunctionTypeDepthState saved = FunctionTypeDepth.push();
3236 FunctionTypeDepth.pop(saved);
3263 FunctionTypeDepth.pop(saved);
6106 FunctionTypeDepthState saved = TrackReturnTypeTags.FunctionTypeDepth.push();
6110 TrackReturnTypeTags.FunctionTypeDepth.pop(saved);