Searched refs:getCurBlock (Results 1 – 8 of 8) sorted by relevance
1524 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
1989 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()1990 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()1991 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()4807 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
3076 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()13542 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()13555 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()16863 else if (getCurBlock() || getCurLambda()) in ActOnObjCAvailabilityCheckExpr()
4502 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
8316 } else if (getCurBlock() || getCurLambda()) { in DiagnoseAvailabilityOfDecl()
12222 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1578 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
1376 sema::BlockScopeInfo *getCurBlock();