Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp6018 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam() local
6020 nestingDepth--; in mangleFunctionParam()
6022 if (nestingDepth == 0) { in mangleFunctionParam()
6025 Out << "fL" << (nestingDepth - 1) << 'p'; in mangleFunctionParam()