Searched refs:getCurBlock (Results 1 – 8 of 8) sorted by relevance
947 } else if (getCurBlock() || getCurLambda()) { in DiagnoseAvailabilityOfDecl()
2083 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
387 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()2371 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()2372 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()2373 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
3460 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()15294 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()15307 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()19657 else if (getCurBlock() || getCurLambda()) in ActOnObjCAvailabilityCheckExpr()
4780 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
2189 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()20120 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
13987 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1865 sema::BlockScopeInfo *getCurBlock();