Searched refs:FunctionPrintingDepth (Results 1 – 2 of 2) sorted by relevance
109 return {FunctionPrintingDepth, FunctionPrintingDepth + 1}; in enterFunctionTypePrinting()113 return FunctionPrintingDepth == 1; in isPrintingTopLevelFunctionType()
178 unsigned FunctionPrintingDepth = 0; member