Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp250 BlockScopeInfo::~BlockScopeInfo() { } in ~BlockScopeInfo()
H A DSema.cpp1923 FunctionScopes.push_back(new BlockScopeInfo(getDiagnostics(), in PushBlockScope()
2083 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock()
2087 auto CurBSI = dyn_cast<BlockScopeInfo>(FunctionScopes.back()); in getCurBlock()
2103 if (isa<sema::BlockScopeInfo>(FunctionScopes[e])) in getEnclosingFunction()
H A DSemaExpr.cpp3460 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
4470 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateUnaryExprOrTypeTraitExpr()
5611 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr()
15307 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
15445 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr()
17281 bool IsBlock = isa<BlockScopeInfo>(CSI); in isVariableCapturable()
17340 static bool captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, in captureInBlock()
17867 if (BlockScopeInfo *BSI = dyn_cast<BlockScopeInfo>(CSI)) { in tryCaptureVariable()
H A DSemaLambda.cpp743 assert(isa<BlockScopeInfo>(CSI)); in deduceClosureReturnType()
H A DAnalysisBasedWarnings.cpp1439 if (isa<sema::BlockScopeInfo>(CurFn)) in diagnoseRepeatedUseOfWeak()
H A DSemaStmt.cpp3675 if (auto *CurBlock = dyn_cast<BlockScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt()
H A DSemaCodeComplete.cpp387 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
H A DTreeTransform.h13987 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h741 class BlockScopeInfo final : public CapturingScopeInfo {
753 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo() function
759 ~BlockScopeInfo() override;
H A DSema.h217 class BlockScopeInfo; variable
1865 sema::BlockScopeInfo *getCurBlock();