Searched refs:FunctionTypeDepth (Results 1 – 1 of 1) sorted by relevance
264 } FunctionTypeDepth; member in __anon5aa6b61e0111::CXXNameMangler483 FunctionTypeDepthState Saved = FunctionTypeDepth.push(); in mangleFunctionEncoding()498 FunctionTypeDepth.pop(Saved); in mangleFunctionEncoding()2065 FunctionTypeDepthState saved = FunctionTypeDepth.push(); in mangleBareFunctionType()2069 FunctionTypeDepth.enterResultType(); in mangleBareFunctionType()2071 FunctionTypeDepth.leaveResultType(); in mangleBareFunctionType()2078 FunctionTypeDepth.pop(saved); in mangleBareFunctionType()2085 FunctionTypeDepth.pop(saved); in mangleBareFunctionType()3406 assert(parmDepth < FunctionTypeDepth.getDepth()); in mangleFunctionParam()3407 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam()[all …]