Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp260 BlockScopeInfo::~BlockScopeInfo() { } in ~BlockScopeInfo()
H A DSema.cpp2166 FunctionScopes.push_back(new BlockScopeInfo(getDiagnostics(), in PushBlockScope()
2343 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock()
2347 auto CurBSI = dyn_cast<BlockScopeInfo>(FunctionScopes.back()); in getCurBlock()
2363 if (isa<sema::BlockScopeInfo>(FunctionScopes[e])) in getEnclosingFunction()
H A DSemaLambda.cpp696 assert(isa<BlockScopeInfo>(CSI)); in deduceClosureReturnType()
H A DSemaExpr.cpp4822 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand()
6107 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr()
16973 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
17114 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr()
19314 bool IsBlock = isa<BlockScopeInfo>(CSI); in isVariableCapturable()
19387 static bool captureInBlock(BlockScopeInfo *BSI, ValueDecl *Var, in captureInBlock()
19964 if (BlockScopeInfo *BSI = dyn_cast<BlockScopeInfo>(CSI)) { in tryCaptureVariable()
H A DSemaStmt.cpp3666 if (auto *CurBlock = dyn_cast<BlockScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt()
3745 if (auto *CurBlock = dyn_cast<BlockScopeInfo>(CurCap); in ActOnCapScopeReturnStmt()
H A DAnalysisBasedWarnings.cpp1459 if (isa<sema::BlockScopeInfo>(CurFn)) in diagnoseRepeatedUseOfWeak()
H A DSemaCodeComplete.cpp413 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
H A DTreeTransform.h14818 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h767 class BlockScopeInfo final : public CapturingScopeInfo {
779 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo() function
785 ~BlockScopeInfo() override;
H A DSema.h220 class BlockScopeInfo; variable
2044 sema::BlockScopeInfo *getCurBlock();