Searched defs:BSI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp2909 if (const BlockScopeInfo *BSI = getCurBlock())
2910 currentDecl = BSI->TheDecl;
10588 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); local
10590 if (BSI->HasImplicitReturnType)
10591 deduceClosureReturnType(*BSI);
10596 if (!BSI->ReturnType.isNull())
10597 RetTy = BSI->ReturnType;
10599 bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>();
10605 for (unsigned i = 0, e = BSI->Captures.size(); i != e; i++) {
10606 CapturingScopeInfo::Capture &Cap = BSI
11715 captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool Nested, Sema &S) argument
[all...]

Completed in 61 milliseconds