Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp236 BlockScopeInfo::~BlockScopeInfo() { } in ~BlockScopeInfo()
DSema.cpp1090 FunctionScopes.push_back(new BlockScopeInfo(getDiagnostics(), in PushBlockScope()
1142 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock()
1146 auto CurBSI = dyn_cast<BlockScopeInfo>(FunctionScopes.back()); in getCurBlock()
DSemaLambda.cpp661 assert(isa<BlockScopeInfo>(CSI)); in deduceClosureReturnType()
DSemaExpr.cpp3001 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
11137 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
11274 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr()
12345 bool IsBlock = isa<BlockScopeInfo>(CSI); in isVariableCapturable()
12402 static bool captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, in captureInBlock()
13020 if (BlockScopeInfo *BSI = dyn_cast<BlockScopeInfo>(CSI)) { in tryCaptureVariable()
DSemaStmt.cpp2831 if (BlockScopeInfo *CurBlock = dyn_cast<BlockScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt()
DAnalysisBasedWarnings.cpp1260 if (isa<sema::BlockScopeInfo>(CurFn)) in diagnoseRepeatedUseOfWeak()
DSemaChecking.cpp2127 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStart()
2195 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM()
DSemaCodeComplete.cpp4083 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
DTreeTransform.h10275 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/external/clang/include/clang/Sema/
DScopeInfo.h552 class BlockScopeInfo : public CapturingScopeInfo {
564 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo() function
571 ~BlockScopeInfo() override;
DSema.h190 class BlockScopeInfo; variable
1086 if (isa<sema::BlockScopeInfo>(FunctionScopes[e])) in getEnclosingFunction()
1107 sema::BlockScopeInfo *getCurBlock();