Home
last modified time | relevance | path

Searched refs:BlockScopeInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp261 BlockScopeInfo::~BlockScopeInfo() { } in ~BlockScopeInfo()
H A DSema.cpp2177 FunctionScopes.push_back(new BlockScopeInfo(getDiagnostics(), in PushBlockScope()
2345 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock()
2349 auto CurBSI = dyn_cast<BlockScopeInfo>(FunctionScopes.back()); in getCurBlock()
2365 if (isa<sema::BlockScopeInfo>(FunctionScopes[e])) in getEnclosingFunction()
H A DSemaLambda.cpp738 assert(isa<BlockScopeInfo>(CSI)); in deduceClosureReturnType()
H A DSemaExpr.cpp4574 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand()
5286 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr()
15966 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
16103 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr()
18300 bool IsBlock = isa<BlockScopeInfo>(CSI); in isVariableCapturable()
18373 static bool captureInBlock(BlockScopeInfo *BSI, ValueDecl *Var, in captureInBlock()
18960 if (BlockScopeInfo *BSI = dyn_cast<BlockScopeInfo>(CSI)) { in tryCaptureVariable()
H A DSemaStmt.cpp3497 if (auto *CurBlock = dyn_cast<BlockScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt()
3576 if (auto *CurBlock = dyn_cast<BlockScopeInfo>(CurCap); in ActOnCapScopeReturnStmt()
H A DAnalysisBasedWarnings.cpp1459 if (isa<sema::BlockScopeInfo>(CurFn)) in diagnoseRepeatedUseOfWeak()
H A DSemaCodeComplete.cpp416 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
H A DTreeTransform.h15852 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h784 class BlockScopeInfo final : public CapturingScopeInfo {
796 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo() function
802 ~BlockScopeInfo() override;
H A DSema.h234 class BlockScopeInfo; variable
773 sema::BlockScopeInfo *getCurBlock();