Lines Matching refs:getCurFunction
347 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()
2115 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()
2951 getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()
7560 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()
14203 getCurFunction()->markSafeWeakUse(RHS.get()); in CheckAssignmentOperands()
14761 if (FunctionScopeInfo *FD = S.getCurFunction()) in RecordModifiableNonNullParam()
16116 if (getCurFunction()) in ActOnAddrLabel()
16117 getCurFunction()->AddrLabels.push_back(Res); in ActOnAddrLabel()
16654 if (getCurFunction()->NeedsScopeChecking() && in ActOnBlockStmtExpr()
16660 if (Body && getCurFunction()->HasPotentialAvailabilityViolations) in ActOnBlockStmtExpr()
16769 if (getCurFunction()) in ActOnBlockStmtExpr()
16770 getCurFunction()->addBlock(BD); in ActOnBlockStmtExpr()