Searched refs:getCurBlock (Results 1 – 7 of 7) sorted by relevance
1142 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
1789 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()1790 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()1791 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()4083 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
4008 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
2127 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStart()2195 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM()
3001 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()11125 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()11137 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
10275 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1107 sema::BlockScopeInfo *getCurBlock();