Searched refs:scopeDepth (Results 1 – 2 of 2) sorted by relevance
1285 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument1288 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()1289 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
1102 unsigned scopeDepth = Record[Idx++]; in VisitParmVarDecl() local1106 assert(scopeDepth == 0); in VisitParmVarDecl()1110 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()