Lines Matching refs:CurrentParamStatus
905 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processCallFor() local
907 if (CurrentParamStatus.seenAnyCalls()) { in processCallFor()
916 CurrentParamStatus.getKind() == ParameterStatus::DefinitelyCalled); in processCallFor()
920 CurrentParamStatus = ParameterStatus::Reported; in processCallFor()
922 } else if (CurrentParamStatus.getKind() != ParameterStatus::Reported) { in processCallFor()
926 CurrentParamStatus = Called; in processCallFor()
932 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processEscapeFor() local
935 if (CurrentParamStatus.isErrorStatus()) { in processEscapeFor()
936 CurrentParamStatus = ParameterStatus::Escaped; in processEscapeFor()
1509 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression() local
1511 if (0 == *Constant && CurrentParamStatus.seenAnyCalls()) { in checkSuppression()
1520 CurrentParamStatus = ParameterStatus::Reported; in checkSuppression()