Searched refs:getCurBlock (Results 1 – 7 of 7) sorted by relevance
1192 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()4145 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
4335 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
2414 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStartImpl()2524 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM()
2995 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()11420 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()11432 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
11005 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
1197 sema::BlockScopeInfo *getCurBlock();