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