Searched refs:getCurBlock (Results 1 – 8 of 8) sorted by relevance
2297 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
392 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()2406 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()2407 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()2408 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
5115 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
1157 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
3534 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()16451 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()16464 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
2348 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()22956 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
14535 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
2001 sema::BlockScopeInfo *getCurBlock();