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

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

Completed in 86 milliseconds