Searched refs:getCurBlock (Results 1 – 7 of 7) sorted by relevance
1164 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
1792 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()1793 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()1794 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()4144 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
4153 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
2269 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStart()2337 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM()
3021 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()11231 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()11243 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
10523 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1167 sema::BlockScopeInfo *getCurBlock();