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