Searched refs:getCurBlock (Results 1 – 8 of 8) sorted by relevance
2260 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
391 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()2376 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()2377 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()2378 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
5105 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
1149 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
3530 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()16183 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()16196 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
2316 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()22633 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
14347 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1969 sema::BlockScopeInfo *getCurBlock();