Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp5164 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam() local
5170 assert(parmDepth < FunctionTypeDepth.getDepth()); in mangleFunctionParam()
5171 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam()