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