Searched refs:CurBSI (Results 1 – 1 of 1) sorted by relevance
2349 auto CurBSI = dyn_cast<BlockScopeInfo>(FunctionScopes.back()); in getCurBlock() local2350 if (CurBSI && CurBSI->TheDecl && in getCurBlock()2351 !CurBSI->TheDecl->Encloses(CurContext)) { in getCurBlock()2357 return CurBSI; in getCurBlock()