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