Lines Matching refs:getCurFunction
333 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()
2051 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()
2883 getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()
6902 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()
12972 getCurFunction()->markSafeWeakUse(RHS.get()); in CheckAssignmentOperands()
13531 if (FunctionScopeInfo *FD = S.getCurFunction()) in RecordModifiableNonNullParam()
15378 if (getCurFunction()->NeedsScopeChecking() && in ActOnBlockStmtExpr()
15384 if (Body && getCurFunction()->HasPotentialAvailabilityViolations) in ActOnBlockStmtExpr()
15492 if (getCurFunction()) in ActOnBlockStmtExpr()
15493 getCurFunction()->addBlock(BD); in ActOnBlockStmtExpr()
19410 getCurFunction()->HasPotentialAvailabilityViolations = true; in ActOnObjCAvailabilityCheckExpr()