Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5717 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam() local
5719 nestingDepth--; in mangleFunctionParam()
5721 if (nestingDepth == 0) { in mangleFunctionParam()
5724 Out << "fL" << (nestingDepth - 1) << 'p'; in mangleFunctionParam()