Searched refs:getCurBlock (Results 1 – 8 of 8) sorted by relevance
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()
2153 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
4790 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
1095 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
3471 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()15415 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()15428 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
2189 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()20508 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
14052 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1897 sema::BlockScopeInfo *getCurBlock();