Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5091 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam() local
5093 nestingDepth--; in mangleFunctionParam()
5095 if (nestingDepth == 0) { in mangleFunctionParam()
5098 Out << "fL" << (nestingDepth - 1) << 'p'; in mangleFunctionParam()