Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp5171 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam() local
5173 nestingDepth--; in mangleFunctionParam()
5175 if (nestingDepth == 0) { in mangleFunctionParam()
5178 Out << "fL" << (nestingDepth - 1) << 'p'; in mangleFunctionParam()