Searched refs:BSI (Results 1 – 4 of 4) sorted by relevance
150 static bool classof(const BlockScopeInfo *BSI) { return true; } in classof() argument
8430 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr() local8435 if (!BSI->ReturnType.isNull()) in ActOnBlockStmtExpr()8436 RetTy = BSI->ReturnType; in ActOnBlockStmtExpr()8438 bool NoReturn = BSI->TheDecl->getAttr<NoReturnAttr>(); in ActOnBlockStmtExpr()8442 BSI->TheDecl->setCaptures(Context, BSI->Captures.begin(), BSI->Captures.end(), in ActOnBlockStmtExpr()8443 BSI->CapturesCXXThis); in ActOnBlockStmtExpr()8446 if (!BSI->FunctionType.isNull()) { in ActOnBlockStmtExpr()8447 const FunctionType *FTy = BSI->FunctionType->getAs<FunctionType>(); in ActOnBlockStmtExpr()8462 BlockTy = BSI->FunctionType; in ActOnBlockStmtExpr()8483 DiagnoseUnusedParameters(BSI->TheDecl->param_begin(), in ActOnBlockStmtExpr()[all …]
3652 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn() local3653 ResultType = BSI->ReturnType; in CodeCompleteReturn()
37 // Part of recommendation: 300-BSI (buildsecurityin.us-cert.gov)