Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp4321 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam() local
4323 nestingDepth--; in mangleFunctionParam()
4325 if (nestingDepth == 0) { in mangleFunctionParam()
4328 Out << "fL" << (nestingDepth - 1) << 'p'; in mangleFunctionParam()