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

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

Completed in 42 milliseconds