Searched refs:getCurBlock (Results 1 – 8 of 8) sorted by relevance
413 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()2468 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()2469 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()2470 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
2343 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
5133 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
1197 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
16960 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()16973 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
2371 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()23384 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
14818 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
2044 sema::BlockScopeInfo *getCurBlock();