Searched refs:SecondParam (Results 1 – 3 of 3) sorted by relevance
10231 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()10265 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()10294 const auto *SecondParam = in diagnoseOdrViolations() local10300 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()10950 << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseOdrViolations()11285 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()11287 << I + 1 << SecondParam->getDeclName(); in diagnoseOdrViolations()11311 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()11316 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()11331 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()[all …]
10021 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local10025 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()10028 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()10032 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
3198 enum SecondParam { None, Architecture, Tune }; in checkTargetAttr() enum