Lines Matching refs:getCurFunction
341 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()
2298 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()
7099 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()
13636 getCurFunction()->markSafeWeakUse(RHS.get()); in CheckAssignmentOperands()
14250 if (FunctionScopeInfo *FD = S.getCurFunction()) in RecordModifiableNonNullParam()
15613 if (getCurFunction()) in ActOnAddrLabel()
15614 getCurFunction()->AddrLabels.push_back(Res); in ActOnAddrLabel()
16155 if (getCurFunction()->NeedsScopeChecking() && in ActOnBlockStmtExpr()
16161 if (Body && getCurFunction()->HasPotentialAvailabilityViolations) in ActOnBlockStmtExpr()
16270 if (getCurFunction()) in ActOnBlockStmtExpr()
16271 getCurFunction()->addBlock(BD); in ActOnBlockStmtExpr()
17284 if (FunctionScopeInfo *FI = getCurFunction()) in MarkExpressionAsImmediateEscalating()