Lines Matching refs:getCurFunction
334 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()
2048 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()
2879 getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()
6960 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()
13091 getCurFunction()->markSafeWeakUse(RHS.get()); in CheckAssignmentOperands()
13650 if (FunctionScopeInfo *FD = S.getCurFunction()) in RecordModifiableNonNullParam()
15497 if (getCurFunction()->NeedsScopeChecking() && in ActOnBlockStmtExpr()
15503 if (Body && getCurFunction()->HasPotentialAvailabilityViolations) in ActOnBlockStmtExpr()
15611 if (getCurFunction()) in ActOnBlockStmtExpr()
15612 getCurFunction()->addBlock(BD); in ActOnBlockStmtExpr()
19658 getCurFunction()->HasPotentialAvailabilityViolations = true; in ActOnObjCAvailabilityCheckExpr()