Home
last modified time | relevance | path

Searched refs:BSI (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h150 static bool classof(const BlockScopeInfo *BSI) { return true; } in classof() argument
/external/clang/lib/Sema/
DSemaExpr.cpp8430 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr() local
8435 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 …]
DSemaCodeComplete.cpp3652 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn() local
3653 ResultType = BSI->ReturnType; in CodeCompleteReturn()
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m37 // Part of recommendation: 300-BSI (buildsecurityin.us-cert.gov)