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

/external/clang/lib/AST/
H A DItaniumMangle.cpp3219 unsigned parmDepth = parm->getFunctionScopeDepth(); local
3223 // parmDepth does not include the declaring function prototype.
3225 assert(parmDepth < FunctionTypeDepth.getDepth());
3226 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth;

Completed in 84 milliseconds