Home
last modified time | relevance | path

Searched refs:FunctionPrintingDepth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDemangledNameInfo.cpp109 return {FunctionPrintingDepth, FunctionPrintingDepth + 1}; in enterFunctionTypePrinting()
113 return FunctionPrintingDepth == 1; in isPrintingTopLevelFunctionType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDemangledNameInfo.h178 unsigned FunctionPrintingDepth = 0; member