Searched refs:scopeDepth (Results 1 – 2 of 2) sorted by relevance
1325 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument1328 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()1329 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
1120 unsigned scopeDepth = Record[Idx++]; in VisitParmVarDecl() local1124 assert(scopeDepth == 0); in VisitParmVarDecl()1128 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()