Searched refs:getCurBlock (Results 1 – 15 of 15) sorted by relevance
947 } else if (getCurBlock() || getCurLambda()) { in DiagnoseAvailabilityOfDecl()
385 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()2319 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()2320 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()2321 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
2030 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
3464 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()15175 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()15188 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()19409 else if (getCurBlock() || getCurLambda()) in ActOnObjCAvailabilityCheckExpr()
4731 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
2178 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()18690 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
13747 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1185 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
1804 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()1805 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()1806 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()4165 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
4417 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
3060 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()11952 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()11964 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
3139 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStartImpl()3256 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM()
11341 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1217 sema::BlockScopeInfo *getCurBlock();
1749 sema::BlockScopeInfo *getCurBlock();