Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp5064 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam() local
5070 assert(parmDepth < FunctionTypeDepth.getDepth()); in mangleFunctionParam()
5071 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam()